Skip to content

0.7.0

Compare
Choose a tag to compare
@circlespainter circlespainter released this 29 May 13:57
· 142 commits to master since this release

Breaking changes:

  • Pulsar API: renamed fiber to create-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 to 0.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 accept multi-producer? and multi-consumer? flags as last arguments

Closed issues: