;;; mailbox.egg -*- Scheme -*- ;;;; Kon Lovett, Jul '18 ((synopsis "Thread-safe queues with timeout") (category hell) (version "3.1.0") (author "[[felix winkelman]] and [[kon lovett]]") (license "BSD") (dependencies (srfi-1 "0.2") (srfi-18 "0.1") (check-errors "3.1.0") (condition-utils "2.1.0") (record-variants "1.0")) (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") ) ) )