From b26ad08b39b8229dcea0bafc4a8ba4b0d7ad7154 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 2 Jun 2026 16:26:09 -0400 Subject: reformat with sync and async calls --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 57a8faf..afbb356 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,8 +29,8 @@ readFile("filename", callback(data)) // langauge equivalent Fn[name; callback] $ ( ( read_file ) : `use "io" - callback `call read_file `call name -) `fork ("filename"; callback) + callback `sync read_file `sync name +) `async ("filename"; callback) ``` * Automatically use threads @@ -41,6 +41,6 @@ Fn[name; callback] $ ( ## Contents -1. ##### [Syntax](./syntax/index.md) +1. ##### [Language](./language/index.md) 2. ##### [Type System](./type_system/index.md) 3. ##### [Application](./application/index.md) -- cgit v1.2.3