tractor icon indicating copy to clipboard operation
tractor copied to clipboard

"Context stack" tests

Open goodboy opened this issue 5 years ago • 0 comments

#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.

goodboy avatar Oct 14 '20 12:10 goodboy