racket/collects/racket/future.rkt
2011-02-08 17:55:12 -06:00

15 lines
307 B
Racket

#lang racket/base
(require '#%futures)
(provide future?
future
touch
processor-count
current-future
fsemaphore?
make-fsemaphore
fsemaphore-count
fsemaphore-post
fsemaphore-wait
fsemaphore-try-wait?)