From 6ce5909e00f1ac26aa3cf7ea2ca98568d6619c24 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Nov 2018 17:44:36 -0500 Subject: [PATCH] Remove 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 a9ff1dd2..7ff6d547 100644 --- a/docs/api/srfi/18.md +++ b/docs/api/srfi/18.md @@ -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. -## 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)