mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Remove limitations
This commit is contained in:
parent
47ff1e701f
commit
6ce5909e00
1 changed files with 0 additions and 6 deletions
|
@ -9,12 +9,6 @@ The `(srfi 18)` library provides multithreading support.
|
||||||
|
|
||||||
See the [Multithreading support SRFI documentation](http://srfi.schemers.org/srfi-18/srfi-18.html) for more information.
|
See the [Multithreading support SRFI documentation](http://srfi.schemers.org/srfi-18/srfi-18.html) for more information.
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
Currently, ``thread-join!`` is not provided. While this is not an essential
|
|
||||||
primitive and can be worked around, code that relies on ``thread-join!`` being
|
|
||||||
present in this implementation will fail to compile.
|
|
||||||
|
|
||||||
- [`thread?`](#thread)
|
- [`thread?`](#thread)
|
||||||
- [`make-thread`](#make-thread)
|
- [`make-thread`](#make-thread)
|
||||||
- [`thread-name`](#thread-name)
|
- [`thread-name`](#thread-name)
|
||||||
|
|
Loading…
Add table
Reference in a new issue