diff options
Diffstat (limited to 'thread/thread.rkt')
-rw-r--r-- | thread/thread.rkt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/thread/thread.rkt b/thread/thread.rkt new file mode 100644 index 0000000..bf7d8eb --- /dev/null +++ b/thread/thread.rkt @@ -0,0 +1,10 @@ +#lang racket + +(provide thread + thread-send + thread-receive + thread-receive-evt + thread-wait + sleep + sync/timeout + current-thread) |