class Async::Wrapper
def reactor= reactor
Bind this wrapper to a different reactor. Assign nil to convert to an unbound wrapper (can be used from any reactor/task but with slightly increased overhead.)
def reactor= reactor return if @reactor.equal?(reactor) cancel_monitor @reactor = reactor end