class Selector
Enforces the selector interface and delegates operations to a wrapped selector instance.
Definitions
def transfer
Transfer from the calling fiber to the event loop.
Implementation
def transfer
log("Transfering to event loop")
@selector.transfer
end