From ce4ebd44b04d23fb580a9266cdc34dc1c43344d6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 29 Jun 2017 17:15:43 -0400 Subject: [PATCH] Added thread-join --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index e54df4a5..e05b7bf7 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1118,6 +1118,7 @@ This section is an alphabetic listing of all the functions, objects, and macros [`test-vars`](api/scheme/cyclone/test.md#test-vars) [`test`](api/scheme/cyclone/test.md#test) [`third`](api/srfi/1.md#third) +[`thread-join!`](api/srfi/18.md#thread-join) [`thread-name`](api/srfi/18.md#thread-name) [`thread-sleep!`](api/srfi/18.md#thread-sleep) [`thread-specific-set!`](api/srfi/18.md#thread-specific-set)