;;; mailbox.egg -*- Scheme -*- ;;;; Kon Lovett, Jul '18 ((synopsis "Thread-safe queues with timeout") (category hell) (version "3.3.3") (author "[[felix winkelman]] and [[kon lovett]]") (license "BSD") (dependencies (srfi-1 "0.2") (srfi-18 "0.1")) (test-dependencies test) (components (extension mailbox #;(inline-file) (types-file) (csc-options "-feature" "unsafe-operations" "-feature" "sleep-primordial-thread" "-O3" "-d1" "-local" "-no-procedure-checks" #;"-no-bound-checks" #;"-no-argc-checks") ) ) )