Module Rainbows
In: lib/rainbows.rb
lib/rainbows/server_token.rb
lib/rainbows.rb
lib/rainbows/server_token.rb

See bogomips.org/rainbows/ for documentation

Methods

sleep   sleep  

Classes and Modules

Module Rainbows::ActorSpawn
Module Rainbows::Base
Module Rainbows::Configurator
Module Rainbows::Coolio
Module Rainbows::CoolioFiberSpawn
Module Rainbows::CoolioThreadPool
Module Rainbows::CoolioThreadSpawn
Module Rainbows::Epoll
Module Rainbows::EventMachine
Module Rainbows::FiberPool
Module Rainbows::FiberSpawn
Module Rainbows::NeverBlock
Module Rainbows::Rev
Module Rainbows::RevFiberSpawn
Module Rainbows::RevThreadPool
Module Rainbows::RevThreadSpawn
Module Rainbows::Revactor
Module Rainbows::StreamResponseEpoll
Module Rainbows::ThreadPool
Module Rainbows::ThreadSpawn
Module Rainbows::WriterThreadPool
Module Rainbows::WriterThreadSpawn
Module Rainbows::XEpoll
Module Rainbows::XEpollThreadPool
Module Rainbows::XEpollThreadSpawn
Class Rainbows::AppPool
Class Rainbows::DevFdResponse
Class Rainbows::MaxBody
Class Rainbows::Sendfile
Class Rainbows::ThreadTimeout

Public Class methods

optimal method to sleep depending on the concurrency model chosen (which may still suck and block the entire process). Using this with the basic :Coolio or :EventMachine models is not recommended. This should be used within your Rack application.

optimal method to sleep depending on the concurrency model chosen (which may still suck and block the entire process). Using this with the basic :Coolio or :EventMachine models is not recommended. This should be used within your Rack application.

[Validate]