mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Clarifications
This commit is contained in:
parent
4d20cbea4e
commit
77a5d4ecc4
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Type predicate, returns `#t` if `obj` is a future and `#f` otherwise.
|
|||
|
||||
(future expr ...)
|
||||
|
||||
Executes the given statements on another thread and returns a future object that can be dereferenced later to retrieve the cached result.
|
||||
Executes the given expressions on another thread and returns a future object that can be dereferenced later to retrieve the cached result. Note the result will be the value obtained from executing the last expression.
|
||||
|
||||
### future-call
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue