tractor/tractor/msg
Tyler Goodlet 332ce97650 Allow `Stop` passthrough from `PldRx.recv_msg_w_pld()`
Since we need to allow it (at the least) inside
`drain_until_final_msg()` for handling stream-phase termination races
where we don't want to have to handle a raised error from something like
`Context.result()`. Expose the passthrough option via
a `passthrough_non_pld_msgs: bool` kwarg.

Add comprehensive comment to `current_pldrx()`.
2025-03-21 15:25:42 -04:00
..
__init__.py Try out `msgspec` encode-buffer optimization 2025-03-21 15:25:42 -04:00
_codec.py Add more useful `MsgDec.__repr__()` 2025-03-21 15:25:42 -04:00
_ops.py Allow `Stop` passthrough from `PldRx.recv_msg_w_pld()` 2025-03-21 15:25:42 -04:00
pretty_struct.py Mk `.msg.pretty_struct.Struct.pformat()` a mod func 2025-03-21 15:25:42 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-21 15:25:41 -04:00
types.py Add todo for rigorous struct-type spec of `SpawnSpec` fields 2025-03-21 15:25:42 -04:00