From 0b51c4515e6ab144c885d85a5469478f3960901d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 6 May 1997 14:37:26 +0000 Subject: [PATCH] release original commit: 85099201522112da154aa4688d220c8f42e5df6d --- collects/mzlib/thread.ss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 collects/mzlib/thread.ss diff --git a/collects/mzlib/thread.ss b/collects/mzlib/thread.ss new file mode 100644 index 0000000..5c7f93e --- /dev/null +++ b/collects/mzlib/thread.ss @@ -0,0 +1,7 @@ + + +(require-library "threadu.ss") + +(invoke-open-unit/sig mzlib:thread@ #f) + +