Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make module autoloading thread-safe.... | Ludovic Courtès | 2018-06-18 | 1 | -1/+10 |
* | Enable interrupts only when running thread body... | Andy Wingo | 2017-01-08 | 1 | -12/+26 |
* | join-thread in Scheme... | Andy Wingo | 2016-11-14 | 1 | -14/+56 |
* | try-mutex in terms of mutex-lock... | Andy Wingo | 2016-11-02 | 1 | -0/+5 |
* | Remove thread cleanup facility... | Andy Wingo | 2016-10-31 | 1 | -2/+0 |
* | cancel-thread can take arguments... | Andy Wingo | 2016-10-31 | 1 | -5/+6 |
* | cancel-thread via asyncs, not pthread_cancel... | Andy Wingo | 2016-10-27 | 1 | -5/+25 |
* | Move call-with-new-thread to Scheme... | Andy Wingo | 2016-10-26 | 1 | -0/+33 |
* | Move thread bindings to (ice-9 threads)... | Andy Wingo | 2016-10-23 | 1 | -46/+83 |
* | Fix 'monitor' macro.... | Taylan Ulrich Bayırlı/Kammer | 2016-06-27 | 1 | -3/+18 |
* | Update `par-map' to use nested futures.... | Ludovic Courtès | 2012-11-21 | 1 | -11/+16 |
* | more define-syntax-rule usage... | Andy Wingo | 2011-09-02 | 1 | -36/+26 |
* | Implement `(ice-9 threads)' high-level constructs in terms of futures.... | Ludovic Courtès | 2010-12-16 | 1 | -19/+19 |
* | no the-last-stack in ice-9 threads... | Andy Wingo | 2010-06-19 | 1 | -2/+1 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -1/+1 |
* | fix expansion of (ice-9 threads)... | Andy Wingo | 2009-05-22 | 1 | -56/+58 |
* | move ice-9/ and oop/ under module/... | Andy Wingo | 2008-11-01 | 1 | -0/+222 |