Class: Celluloid::IO::Mailbox

Inherits:
Mailbox::Evented
  • Object
show all
Defined in:
lib/celluloid/io/mailbox.rb

Overview

An alternative implementation of Celluloid::Mailbox using Reactor

Instance Method Summary collapse

Constructor Details

#initializeMailbox

Returns a new instance of Mailbox.



5
6
7
# File 'lib/celluloid/io/mailbox.rb', line 5

def initialize
  super(Reactor)
end