File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ UNUSED/EXPERIMENT: See notes on `fcompleted'.
14
14
(defmacro fasync-completed (future context dispatcher-id (result) &body body)
15
15
" Asynchronous future completion handler.
16
16
17
- This work essentially the same as `future:fcompleted` except that the completion function executes in a different execution context.
17
+ This works essentially the same as `future:fcompleted` except that the completion function executes in a different execution context.
18
18
The 'execution-context' is a dispatcher (`disp:dispatcher`) registered in `asys:actor-system`.
19
- It is here identified using `dispatcher-id` (the defailt dispatcher identifier is `:shared`).
19
+ It is here identified using `dispatcher-id` (the default dispatcher identifier is `:shared`).
20
20
The additional parameter `context` can be the actor-system itself, an `ac:actor-context` or an `act:actor` instance.
21
21
22
22
If the completion handler should execute on the caller thread, then `future:fcompleted` should be used.
You can’t perform that action at this time.
0 commit comments