Puniverse Pulsar Versions Save

Fibers, Channels and Actors for Clojure

v0.6.1

9 years ago

Changes

  • Fixed bug with spawn-fiber when used with a named function and arguments
  • Use Quasar 0.6.1

v0.6.0

9 years ago

This release simply maintains compatibility with Quasar 0.6.0. Lot's of new features in the next release!

v0.5.1

9 years ago

Fix Galaxy integration

v0.5.0

10 years ago

Pulsar 0.5.0 Release Notes

  • Support for JDK 8
  • Propagate an exception through a channel with (close! ch exception).
  • Additional channel transformations in rx.
  • Various bug fixes

v0.4.0

10 years ago

Pulsar 0.4.0

What's New

  • Hot Code Swapping
  • Channel Transformations (AKA Reactive Extensions)

v0.3.0

10 years ago

Pulsar 0.3.0

This release has no major new features, it simply uses Quasar 0.3.0.

  • Uses Quasar 0.3.0
  • Minor API changes (added sleep, use FiberScheduler instead of ForkJoinPool)

v0.2.0

10 years ago

Pulsar 0.2.0

New Features

  • User manual
  • Behaviors (gen-server, gen-event)
  • Supervisors
  • Transfer channels and channel selectors
  • An implementation of core.async
  • Fiber-blocking IO
  • Initial implementation of distributed actors (using Galaxy)