summaryrefslogtreecommitdiff
path: root/doc/ref/api-scheduling.texi
Commit message (Expand)AuthorAgeFilesLines
* Fix "display" typo in make-thread and begin-thread docsRob Browning2021-01-171-2/+2
* Update documentation for with-exception-handler et alAndy Wingo2019-11-131-2/+2
* Add thread local fluidsAndy Wingo2017-03-071-19/+35
* Revert "futures: Limit the number of nested futures on the same stack."Andy Wingo2017-02-281-7/+0
* New interfaces to help wait on fd/condAndy Wingo2016-12-291-0/+32
* Add thread-local variables manual section.Andy Wingo2016-12-061-0/+49
* Move fluids, parameters docs nearer to dynamic-windAndy Wingo2016-12-061-297/+0
* Reimplement dynamic statesAndy Wingo2016-12-051-18/+18
* Update join-thread docsAndy Wingo2016-11-211-7/+9
* Minor editing in api-scheduling.texiAndy Wingo2016-11-061-2/+2
* Update documentation on mutexesAndy Wingo2016-11-061-45/+19
* Update mutex documentationAndy Wingo2016-11-051-37/+108
* Fix typo in threads documentationAndy Wingo2016-11-021-1/+1
* Deprecate critical sectionsAndy Wingo2016-11-011-46/+0
* Add scm_yield to manual alongside yieldAndy Wingo2016-11-011-0/+1
* api-scheduling.texi: Syntactic cleanups.Andy Wingo2016-11-011-3/+0
* Remove thread cleanup facilityAndy Wingo2016-10-311-21/+0
* cancel-thread can take argumentsAndy Wingo2016-10-311-2/+3
* cancel-thread via asyncs, not pthread_cancelAndy Wingo2016-10-271-11/+8
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-4/+40
* Small api-scheduling.texi reorderAndy Wingo2016-10-181-139/+140
* Update "Asyncs" section of manual.Andy Wingo2016-10-181-37/+46
* Deprecate user asyncsAndy Wingo2016-10-171-85/+43
* Deprecate arbitersAndy Wingo2016-10-171-38/+0
* Add atomic boxesAndy Wingo2016-09-061-0/+67
* Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!Mark H Weaver2013-06-101-3/+3
* futures: Limit the number of nested futures on the same stack.Ludovic Courtès2013-03-271-0/+7
* excise use of "iff" in the manualJason Earl2013-03-101-6/+6
* add fluid->parameterAndy Wingo2013-01-221-3/+18
* doc: Document nested futures.Ludovic Courtès2012-11-291-1/+29
* Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons2012-02-041-24/+24
* Make consistent the usage of variable names in the function definitions found...Bake Timmons2012-02-021-20/+19
* Move parameters documentation to coreAndy Wingo2012-01-121-6/+122
* Misc textual editingNeil Jerram2011-02-131-1/+1
* docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues2011-02-091-1/+1
* Clarify doc regarding threading of `par-map' and `par-for-each'.Ludovic Courtès2010-12-171-1/+2
* document make-unbound-fluid et alAndy Wingo2010-12-171-1/+19
* Implement `(ice-9 threads)' high-level constructs in terms of futures.Ludovic Courtès2010-12-161-0/+15
* Use `current-processor-count' to determine the number of future-workers.Ludovic Courtès2010-12-071-2/+8
* Add `(ice-9 futures)'.Ludovic Courtès2010-12-031-1/+98
* Remove page breaks except before new chapters and indicesNeil Jerram2009-12-191-1/+0
* Since support for "futures" in C has been completely disabled for someKen Raeburn2009-10-301-33/+0
* Update `scm_without_guile ()' documentation.Ludovic Courtès2009-09-141-5/+14
* Move `Continuation Barriers' to the section that covers continuationsNeil Jerram2009-08-031-27/+0
* Review/update sections on arbiters and asyncsNeil Jerram2009-08-031-21/+15
* Delete trailing whitespace.Neil Jerram2008-05-141-25/+25
* latest set of SRFI-18 support changes to core threadsJulian Graham2008-05-141-4/+29
* (Mutexes and Condition Variables): ChangeNeil Jerram2008-03-241-1/+1
* Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram2008-03-081-10/+77
* (Threads): Add "C Function scm_join_thread"Neil Jerram2008-02-011-0/+1