index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
ref
/
api-scheduling.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
Update documentation for with-exception-handler et al
Andy Wingo
1
-2
/
+2
2017-03-07
Add thread local fluids
Andy Wingo
1
-19
/
+35
2017-02-28
Revert "futures: Limit the number of nested futures on the same stack."
Andy Wingo
1
-7
/
+0
2016-12-29
New interfaces to help wait on fd/cond
Andy Wingo
1
-0
/
+32
2016-12-06
Add thread-local variables manual section.
Andy Wingo
1
-0
/
+49
2016-12-06
Move fluids, parameters docs nearer to dynamic-wind
Andy Wingo
1
-297
/
+0
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-18
/
+18
2016-11-21
Update join-thread docs
Andy Wingo
1
-7
/
+9
2016-11-06
Minor editing in api-scheduling.texi
Andy Wingo
1
-2
/
+2
2016-11-06
Update documentation on mutexes
Andy Wingo
1
-45
/
+19
2016-11-05
Update mutex documentation
Andy Wingo
1
-37
/
+108
2016-11-02
Fix typo in threads documentation
Andy Wingo
1
-1
/
+1
2016-11-01
Deprecate critical sections
Andy Wingo
1
-46
/
+0
2016-11-01
Add scm_yield to manual alongside yield
Andy Wingo
1
-0
/
+1
2016-11-01
api-scheduling.texi: Syntactic cleanups.
Andy Wingo
1
-3
/
+0
2016-10-31
Remove thread cleanup facility
Andy Wingo
1
-21
/
+0
2016-10-31
cancel-thread can take arguments
Andy Wingo
1
-2
/
+3
2016-10-27
cancel-thread via asyncs, not pthread_cancel
Andy Wingo
1
-11
/
+8
2016-10-23
Move thread bindings to (ice-9 threads)
Andy Wingo
1
-4
/
+40
2016-10-18
Small api-scheduling.texi reorder
Andy Wingo
1
-139
/
+140
2016-10-18
Update "Asyncs" section of manual.
Andy Wingo
1
-37
/
+46
2016-10-17
Deprecate user asyncs
Andy Wingo
1
-85
/
+43
2016-10-17
Deprecate arbiters
Andy Wingo
1
-38
/
+0
2016-09-06
Add atomic boxes
Andy Wingo
1
-0
/
+67
2013-06-10
Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!
Mark H Weaver
1
-3
/
+3
2013-03-27
futures: Limit the number of nested futures on the same stack.
Ludovic Courtès
1
-0
/
+7
2013-03-10
excise use of "iff" in the manual
Jason Earl
1
-6
/
+6
2013-01-22
add fluid->parameter
Andy Wingo
1
-3
/
+18
2012-11-29
doc: Document nested futures.
Ludovic Courtès
1
-1
/
+29
2012-02-04
Make notation for Scheme repeated arguments more consistent in manual.
Bake Timmons
1
-24
/
+24
2012-02-02
Make consistent the usage of variable names in the function definitions found...
Bake Timmons
1
-20
/
+19
2012-01-12
Move parameters documentation to core
Andy Wingo
1
-6
/
+122
2011-02-13
Misc textual editing
Neil Jerram
1
-1
/
+1
2011-02-09
docs: fix typos in manual, and a couple in code comments.
Ralf Wildenhues
1
-1
/
+1
2010-12-17
Clarify doc regarding threading of `par-map' and `par-for-each'.
Ludovic Courtès
1
-1
/
+2
2010-12-17
document make-unbound-fluid et al
Andy Wingo
1
-1
/
+19
2010-12-16
Implement `(ice-9 threads)' high-level constructs in terms of futures.
Ludovic Courtès
1
-0
/
+15
2010-12-07
Use `current-processor-count' to determine the number of future-workers.
Ludovic Courtès
1
-2
/
+8
2010-12-03
Add `(ice-9 futures)'.
Ludovic Courtès
1
-1
/
+98
2009-12-19
Remove page breaks except before new chapters and indices
Neil Jerram
1
-1
/
+0
2009-10-30
Since support for "futures" in C has been completely disabled for some
Ken Raeburn
1
-33
/
+0
2009-09-14
Update `scm_without_guile ()' documentation.
Ludovic Courtès
1
-5
/
+14
2009-08-03
Move `Continuation Barriers' to the section that covers continuations
Neil Jerram
1
-27
/
+0
2009-08-03
Review/update sections on arbiters and asyncs
Neil Jerram
1
-21
/
+15
2008-05-14
Delete trailing whitespace.
Neil Jerram
1
-25
/
+25
2008-05-14
latest set of SRFI-18 support changes to core threads
Julian Graham
1
-4
/
+29
2008-03-24
(Mutexes and Condition Variables): Change
Neil Jerram
1
-1
/
+1
2008-03-08
Core enhancements, by Julian Graham, to Guile's thread, mutex and
Neil Jerram
1
-10
/
+77
2008-02-01
(Threads): Add "C Function scm_join_thread"
Neil Jerram
1
-0
/
+1
2007-10-29
Changes from arch/CVS synchronization
Ludovic Courtès
1
-1
/
+37
[next]