forked from wingo/fibers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
53 lines (31 loc) · 1.12 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Fibers NEWS
Fibers is a facility that provides Erlang-like concurrency for Guile
Scheme.
fibers 0.5.0 -- 2016-01-19
==========================
* Add parallelism support, with both work stealing and explicit work
sharing. Enabled by default.
* Allow channel sends and receives and other Concurrent ML-like
operations to be performed from outside of fibers.
* Enable preemption by default.
fibers 0.4.0 -- 2016-12-16
==========================
* Added preemption support; see `run-fibers' documentation in the
manual for more.
* Documented REPL commands and examples.
* Documented more pitfalls.
* Use `suspendable-continuation?' if present.
* Fibers each have their own dynamic state.
fibers 0.3.0 -- 2016-10-12
==========================
* See git log.
fibers 0.2.0 -- 2016-09-11
==========================
* See git log.
fibers 0.1.0 -- 2016-07-02
==========================
* First release.
Copyright (C) 2016 Andy Wingo <wingo at pobox dot com>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.