Skip to content

Releases: lbarasti/concur

v1.0.2

20 Jan 00:31
Compare
Choose a tag to compare

[Fix] Requiring Concur makes Future available in the namespace.

The following example would fail when using earlier versions of Concur.

require "concur"

Future.new { :ok }

v1.0.1

19 Jan 23:47
Compare
Choose a tag to compare

[Fix] Let Concur extend self, so that there is no need to include Concur in order to call every, flatten and source.

The following example would fail when using earlier versions of Concur.

require "concur"

Concur.source(Random.new) { |gen| {gen, {gen.rand, gen.rand}} }

v1.0.0

09 Jan 13:20
Compare
Choose a tag to compare

Finalise Channel API for data processing and add related documentation.

v0.2.0

08 Jan 02:17
Compare
Choose a tag to compare

This release includes a new Future API inspired by Scala's Future.