Sha256: 6016c37bbf73639ff0f23cb03caa0d2f4673234c0933c59407fe873747594d05

Contents?: true

Size: 705 Bytes

Versions: 1

Compression:

Stored size: 705 Bytes

Contents

# CHANGES

## sync-defer 0.9.3 -- 2012-03-20

* Also work without a reactor in the generic interface: `SyncDefer.defer`,
  but print a warning about it.

## sync-defer 0.9.2 -- 2012-03-20

* Properly select the reactor.

* Made it exception aware. If there's an exception raised in the
  computation, sync-defer would resume back and raise that exception.

## sync-defer 0.9.1 -- 2012-02-25

* Added a generic interface which would pick the underneath reactor
  automatically. `SyncDefer.defer{ sleep(10) }`

* Added multi-defer:
  `SyncDefer.defer(lambda{ sleep(10) }, lambda{ sleep(5) })`
  which return the values inside an array according to the index.

## sync-defer 0.9.0 -- 2012-02-24

* Birthday!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sync-defer-0.9.3 CHANGES.md