summaryrefslogtreecommitdiff
path: root/module/ice-9/threads.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* Make module autoloading thread-safe.Ludovic Courtès2018-08-071-1/+10
* Enable interrupts only when running thread bodyAndy Wingo2017-01-081-12/+26
* join-thread in SchemeAndy Wingo2016-11-141-14/+56
* try-mutex in terms of mutex-lockAndy Wingo2016-11-021-0/+5
* Remove thread cleanup facilityAndy Wingo2016-10-311-2/+0
* cancel-thread can take argumentsAndy Wingo2016-10-311-5/+6
* cancel-thread via asyncs, not pthread_cancelAndy Wingo2016-10-271-5/+25
* Move call-with-new-thread to SchemeAndy Wingo2016-10-261-0/+33
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-46/+83
* Fix 'monitor' macro.Taylan Ulrich Bayırlı/Kammer2016-06-271-3/+18
* Update `par-map' to use nested futures.Ludovic Courtès2012-11-211-11/+16
* more define-syntax-rule usageAndy Wingo2011-09-021-36/+26
* Implement `(ice-9 threads)' high-level constructs in terms of futures.Ludovic Courtès2010-12-161-19/+19
* no the-last-stack in ice-9 threadsAndy Wingo2010-06-191-2/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* fix expansion of (ice-9 threads)Andy Wingo2009-05-221-56/+58
* move ice-9/ and oop/ under module/Andy Wingo2008-11-011-0/+222