forked from goodboy/tractor
This ensures that internal errors received from a remote actor are indeed raised even in the `MainProcess` **before** comms tasks are cancelled. Internal error in this case means any error packet received on a channel that doesn't have a `cid` header. RPC errors (which **do** have a `cid` header) are still forwarded to the consuming caller as usual. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _actor.py | ||
| _forkserver_hackzorz.py | ||
| _ipc.py | ||
| _portal.py | ||
| _state.py | ||
| _trionics.py | ||
| log.py | ||