SIGN IN SIGN UP

Update wrapper implementation to support both "free" and "bound" IO.

Free IO is not bound to any particular reactor, and can be shared between threads, but has a higher overhead for blocking operations.

Bound IO only works on the reactor it was bound to, but has better performance, and the lifetime of the wrapper is bound to the IO.
S
Samuel Williams committed
18042b5ecce896635c9d197ad982b62aa5b8000c
Parent: d9e6c89