Async SourceAsyncReactor

class Reactor

A wrapper around the the scheduler which binds it to the current thread automatically.

Definitions

def self.run(...)

  • deprecated

Signature

deprecated

Replaced by Kernel#Async.

Implementation

def self.run(...)
	Async(...)
end

Discussion