Releases: puniverse/pulsar
Releases · puniverse/pulsar
0.7.9
0.7.8
0.7.7
0.7.6
- Match Quasar 0.7.6
- Drop core.typed (in the future we intend to make use of core.spec)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.0
Breaking changes:
- Pulsar API: renamed
fiber
tocreate-fiber
and introduced a more idiomatic(fiber <block>)
(see new features below)
New features:
- Experimental support for automatic instrumentation of Clojure code
core.async
implementation upgraded to0.1.346.0-17112a-alpha
- Pulsar API: similarly to Clojure's
(thread <block>)
, the new idiomatic(fiber <block>)
will spawn a new fiber with default settings executing<block>
- Pulsar API: #30 added support for spawning actors on threads
- Pulsar API:
channel
can now acceptmulti-producer?
andmulti-consumer?
flags as last arguments