Class: Moped::Sockets::EM_TCP
- Inherits:
-
EventMachine::Synchrony::TCPSocket
- Object
- EventMachine::Synchrony::TCPSocket
- Moped::Sockets::EM_TCP
- Includes:
- Connectable
- Defined in:
- lib/webmate/support/em_mongoid.rb
Instance Method Summary collapse
Instance Method Details
#connection_completed ⇒ Object
36 37 38 39 |
# File 'lib/webmate/support/em_mongoid.rb', line 36 def connection_completed @opening = false @in_req.succeed(self) if @in_req end |