I'm calling it `tractor` (as in trio-actor) for now. Lots of work to do still as per the many comments! Relates to #27
- Rename the `Client` to `Channel` - Add better `__repr__()` - use laddr, raddr instead of sockaddr, peer - don't allow re-entrant `Channel.connect()` calls - Make `Channel` an async iterable