forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/msg
Tyler Goodlet 70d974fc99 Mk `drain_to_final_msg()` never raise from `Error`
Since we usually want them raised from some (internal) call to
`Context.maybe_raise()` and NOT directly from the drainage call, make it
possible via a new `raise_error: bool` to both `PldRx.recv_msg_w_pld()`
and `.dec_msg()`.

In support,
- rename `return_msg` -> `result_msg` since we expect to return
  `Error`s.
- do a `result_msg` assign and `break` in the `case Error()`.
- add `**dec_msg_kwargs` passthrough for other `.dec_msg()` calling
  methods.

Other,
- drop/aggregate todo-notes around the main loop's
  `ctx._pld_rx.recv_msg_w_pld()` call.
- add (configurable) frame hiding to most payload receive meths.
2025-03-24 14:04:51 -04:00
..
__init__.py Try out `msgspec` encode-buffer optimization 2025-03-24 14:04:51 -04:00
_codec.py Add more useful `MsgDec.__repr__()` 2025-03-24 14:04:51 -04:00
_ops.py Mk `drain_to_final_msg()` never raise from `Error` 2025-03-24 14:04:51 -04:00
pretty_struct.py Mk `.msg.pretty_struct.Struct.pformat()` a mod func 2025-03-24 14:04:51 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-24 14:04:51 -04:00
types.py Add todo for rigorous struct-type spec of `SpawnSpec` fields 2025-03-24 14:04:51 -04:00