From 18c8fbf2607da28773a6a462473adda24857f05e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Nov 2018 17:43:03 -0500 Subject: [PATCH] Removed limitations --- docs/api/srfi/18.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/api/srfi/18.md b/docs/api/srfi/18.md index 4a48fec2..8800c7b3 100644 --- a/docs/api/srfi/18.md +++ b/docs/api/srfi/18.md @@ -4,12 +4,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. -## 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) - [`make-thread`](#make-thread) - [`thread-name`](#thread-name)