Releases: lbarasti/concur
Releases · lbarasti/concur
v1.0.2
v1.0.1
[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}} }