summaryrefslogtreecommitdiff
path: root/doc/ref/api-scheduling.texi
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Update documentation for with-exception-handler et alAndy Wingo1-2/+2
2017-03-07Add thread local fluidsAndy Wingo1-19/+35
2017-02-28Revert "futures: Limit the number of nested futures on the same stack."Andy Wingo1-7/+0
2016-12-29New interfaces to help wait on fd/condAndy Wingo1-0/+32
2016-12-06Add thread-local variables manual section.Andy Wingo1-0/+49
2016-12-06Move fluids, parameters docs nearer to dynamic-windAndy Wingo1-297/+0
2016-12-05Reimplement dynamic statesAndy Wingo1-18/+18
2016-11-21Update join-thread docsAndy Wingo1-7/+9
2016-11-06Minor editing in api-scheduling.texiAndy Wingo1-2/+2
2016-11-06Update documentation on mutexesAndy Wingo1-45/+19
2016-11-05Update mutex documentationAndy Wingo1-37/+108
2016-11-02Fix typo in threads documentationAndy Wingo1-1/+1
2016-11-01Deprecate critical sectionsAndy Wingo1-46/+0
2016-11-01Add scm_yield to manual alongside yieldAndy Wingo1-0/+1
2016-11-01api-scheduling.texi: Syntactic cleanups.Andy Wingo1-3/+0
2016-10-31Remove thread cleanup facilityAndy Wingo1-21/+0
2016-10-31cancel-thread can take argumentsAndy Wingo1-2/+3
2016-10-27cancel-thread via asyncs, not pthread_cancelAndy Wingo1-11/+8
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-4/+40
2016-10-18Small api-scheduling.texi reorderAndy Wingo1-139/+140
2016-10-18Update "Asyncs" section of manual.Andy Wingo1-37/+46
2016-10-17Deprecate user asyncsAndy Wingo1-85/+43
2016-10-17Deprecate arbitersAndy Wingo1-38/+0
2016-09-06Add atomic boxesAndy Wingo1-0/+67
2013-06-10Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!Mark H Weaver1-3/+3
2013-03-27futures: Limit the number of nested futures on the same stack.Ludovic Courtès1-0/+7
2013-03-10excise use of "iff" in the manualJason Earl1-6/+6
2013-01-22add fluid->parameterAndy Wingo1-3/+18
2012-11-29doc: Document nested futures.Ludovic Courtès1-1/+29
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-24/+24
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-20/+19
2012-01-12Move parameters documentation to coreAndy Wingo1-6/+122
2011-02-13Misc textual editingNeil Jerram1-1/+1
2011-02-09docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-1/+1
2010-12-17Clarify doc regarding threading of `par-map' and `par-for-each'.Ludovic Courtès1-1/+2
2010-12-17document make-unbound-fluid et alAndy Wingo1-1/+19
2010-12-16Implement `(ice-9 threads)' high-level constructs in terms of futures.Ludovic Courtès1-0/+15
2010-12-07Use `current-processor-count' to determine the number of future-workers.Ludovic Courtès1-2/+8
2010-12-03Add `(ice-9 futures)'.Ludovic Courtès1-1/+98
2009-12-19Remove page breaks except before new chapters and indicesNeil Jerram1-1/+0
2009-10-30Since support for "futures" in C has been completely disabled for someKen Raeburn1-33/+0
2009-09-14Update `scm_without_guile ()' documentation.Ludovic Courtès1-5/+14
2009-08-03Move `Continuation Barriers' to the section that covers continuationsNeil Jerram1-27/+0
2009-08-03Review/update sections on arbiters and asyncsNeil Jerram1-21/+15
2008-05-14Delete trailing whitespace.Neil Jerram1-25/+25
2008-05-14latest set of SRFI-18 support changes to core threadsJulian Graham1-4/+29
2008-03-24(Mutexes and Condition Variables): ChangeNeil Jerram1-1/+1
2008-03-08Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram1-10/+77
2008-02-01(Threads): Add "C Function scm_join_thread"Neil Jerram1-0/+1
2007-10-29Changes from arch/CVS synchronizationLudovic Courtès1-1/+37