aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-03-04 10:48:56 +0100
committerDrahflow <drahflow@gmx.de>2015-03-04 10:48:56 +0100
commitc3836f20bc8becaaa3e5266d1e56319b7d9093b8 (patch)
tree0a7891f8924b8a5da6df7dad53493f534a133ab2 /doc/tutorial.md
parentfbd6ed94c938fdad2fcb46d205b2f4577773de40 (diff)
Coroutine documentation
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 9ac3f6b..9f011a3 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -168,6 +168,7 @@ Recommended reading order
* container.md - containers other than arrays
* sys.md - some interfaces to the operating system
* err.md - error handling
+* coroutines.md - coroutines
* conventions.md - naming conventions
* server.md - ready-made TCP/IP server templates
* ffi.md - foreign function interface