You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#129adds 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.
The text was updated successfully, but these errors were encountered:
#129 adds a private
ExitStack
toActor
for the purposes of running some teardown when the runtime completes. It's used insidepiker
'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.
The text was updated successfully, but these errors were encountered: