forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/trionics
Tyler Goodlet cff69d07fe Mk `gather_contexts()` support `@acm`s yielding `None`
We were using a `all(<yielded values>)` condition which obviously won't
work if the batched managers yield any non-truthy value. So instead see
the `unwrapped: dict` with the `id(mngrs)` and only unblock once all
values have been filled in to be something that is not that value.
2025-03-14 13:36:16 -04:00
..
__init__.py Use one nursery per unique manager (signature) 2022-10-09 21:27:23 -04:00
_broadcast.py Tidy up `typing` imports in broadcaster mod 2023-06-14 15:31:52 -04:00
_mngrs.py Mk `gather_contexts()` support `@acm`s yielding `None` 2025-03-14 13:36:16 -04:00