tractor
tractor copied to clipboard
"Context stack" tests
#129 adds a private ExitStack to Actor for the purposes of running some teardown when the runtime completes. It's used inside piker's new shared memory FSP system for tearing down buffers in an SC way.
We'll likely need to wrap this a little better and toss in some tests if it's going to get eventually exposed.