Expose `tractor.current_ipc_ctx()` at pkg level

runtime_to_msgspec
Tyler Goodlet 2024-05-20 15:47:01 -04:00
parent 262a0e36c6
commit c80f020ebc
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ from ._supervise import (
from ._state import (
current_actor as current_actor,
is_root_process as is_root_process,
current_ipc_ctx as current_ipc_ctx,
)
from ._exceptions import (
ContextCancelled as ContextCancelled,