Only lazily compile where profitable
[bpt/guile.git] / module / ice-9 / futures.scm
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-01-07 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-29 Ludovic Courtèsfutures: Remove circular dependency with (ice-9 threads).
2012-11-21 Ludovic Courtèsfutures: Allow nested futures; put the main thread...
2012-11-21 Ludovic Courtèsfutures: Add a record printer.
2012-11-21 Ludovic Courtèsfutures: Keep futures unlocked while they are processing.
2012-11-11 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-10 Mark H WeaverFutures: Avoid creating the worker pool more than once.
2012-11-05 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-05 Ludovic CourtèsFix copyright years in `futures.scm'.
2012-11-03 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-03 Ludovic Courtèsfutures: Have workers work when futures are available.
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy Wingolazily init futures worker pool
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
2010-12-16 Ludovic Courtèsfutures: Support multiple-value returns.
2010-12-16 Ludovic Courtèsfutures: Fix potential deadlock.
2010-12-07 Ludovic CourtèsUse `current-processor-count' to determine the number...
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.