Module: Core::Async

Defined in:
lib/core/async.rb,
lib/core/async/future.rb,
lib/core/async/reactor.rb,
lib/core/async/timeout.rb,
lib/core/async/version.rb,
lib/core/async/wrapper.rb,
lib/core/async/collection.rb,
lib/core/async/enumerator.rb

Defined Under Namespace

Classes: Collection, Enumerator, Future, Reactor, Timeout, Wrapper

Constant Summary collapse

VERSION =
"0.5.0"

Class Method Summary collapse

Class Method Details

.versionObject



7
8
9
# File 'lib/core/async/version.rb', line 7

def self.version
  VERSION
end