diff options
Diffstat (limited to 'doc/ref/api-scheduling.texi')
-rw-r--r-- | doc/ref/api-scheduling.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi index f7ba50801..f107cbfcb 100644 --- a/doc/ref/api-scheduling.texi +++ b/doc/ref/api-scheduling.texi @@ -79,7 +79,7 @@ System asyncs can also be queued for threads other than the current one. This way, you can cause threads to asynchronously execute arbitrary code. -User asyncs offer a convenient means of queueing procedures for future +User asyncs offer a convenient means of queuing procedures for future execution and triggering this execution. They will not be executed automatically. |