Expose `tractor.current_ipc_ctx()` at pkg level
parent
262a0e36c6
commit
c80f020ebc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue