Added warning about lack of thread-join! to SRFI 18 docs

This commit is contained in:
Koz Ross 2017-02-10 18:46:42 +13:00
parent 151cb0d79e
commit cd7a9db7f7

View file

@ -4,6 +4,12 @@ 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)