Sha256: fe7c3db04297d1404051c7743464a36ef99af6ffaf3e5b758b0255f3310da309
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
require 'rest-core/app/abstract/async_fiber' require 'rest-core/app/coolio-async' require 'rest-core/app/coolio-fiber' class RestCore::Coolio < RestCore::AsyncFiber def async; @async ||= CoolioAsync.new; end def fiber; @fiber ||= CoolioFiber.new; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rest-core-1.0.3 | lib/rest-core/app/coolio.rb |
rest-core-1.0.2 | lib/rest-core/app/coolio.rb |
rest-core-1.0.1 | lib/rest-core/app/coolio.rb |
rest-core-1.0.0 | lib/rest-core/app/coolio.rb |