forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/trionics
Tyler Goodlet 44b59f3338 Go back to a `global` single-ton nursery per actor
Turns out the lifetime mgmt of separate nurseries per delegate manager
is tricky; a new nursery can't be naively allocated on cache-misses since
it may get closed by some early terminating task instead of by the "last
using" consumer task. In theory if we allocate using the same logic as
that used for the last-task-triggers-exit then this should work?

For now just go back to a single global nursery per `_Cache` which still
avoids use of the internal actor service nursery.
2022-10-09 21:27:23 -04:00
..
__init__.py Use one nursery per unique manager (signature) 2022-10-09 21:27:23 -04:00
_broadcast.py Flip doc strings to my preferred format 2021-12-17 09:38:04 -05:00
_mngrs.py Go back to a `global` single-ton nursery per actor 2022-10-09 21:27:23 -04:00