We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f28587 commit 25535e3Copy full SHA for 25535e3
README.md
@@ -22,7 +22,7 @@ Can be found at: http://dcarp.github.io/asynchronous/index.html
22
* it is not web-oriented, compatible with `std.socket`
23
* arguably nicer API
24
* event loop start/stop control
25
-* uses @Coroutine UDA to mark functions that could trigger a task (fiber) switch, although this is not enforced by the compiler yet.
+* uses `@Coroutine` UDA to mark functions that could trigger a task (fiber) switch, although this is not enforced by the compiler yet.
26
27
####Examples and tutorials####
28
Some small examples can be found in the test directory or as unittests.
0 commit comments