Skip to content

v1.0.1

Compare
Choose a tag to compare
@lbarasti lbarasti released this 19 Jan 23:47
· 1 commit to master since this release

[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}} }