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