forked from goodboy/tractor
Much like how `Context` has been implemented, try to give tons of high level details on all the lower level encapsulated primitives, namely the `.msgstream/.transport` and any useful runtime state. B) Impl deats, - adjust `.from_addr()` to only call `._addr.wrap_address()` when we detect `addr` is unwrapped. - add another `log.runtime()` using the new `.__repr__()` in `Channel.from_addr()`. - change to `UnwrappedAddress` as in prior commits. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _chan.py | ||
| _linux.py | ||
| _mp_bs.py | ||
| _ringbuf.py | ||
| _shm.py | ||
| _tcp.py | ||
| _transport.py | ||
| _types.py | ||
| _uds.py | ||