Add `.ipc._shm` todo-idea for `@actor_fixture` API

enable_tpts
Tyler Goodlet 2025-07-08 11:07:50 -04:00
parent 76fb80fda6
commit 011d033a12
1 changed files with 5 additions and 0 deletions

View File

@ -789,6 +789,11 @@ def open_shm_list(
readonly=readonly,
)
# TODO, factor into a @actor_fixture acm-API?
# -[ ] also `@maybe_actor_fixture()` which inludes
# the .current_actor() convenience check?
# |_ orr can that just be in the sin-maybe-version?
#
# "close" attached shm on actor teardown
try:
actor = tractor.current_actor()