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 @monitor.close if @monitor @reactor = reactor @monitor = nil end