forked from goodboy/tractor
Add comments around diff between `C/context` refs
parent
2fdb8fc25a
commit
07cec02303
|
@ -22,8 +22,8 @@ from exceptiongroup import BaseExceptionGroup
|
|||
|
||||
from ._clustering import open_actor_cluster
|
||||
from ._context import (
|
||||
Context,
|
||||
context,
|
||||
Context, # the type
|
||||
context, # a func-decorator
|
||||
)
|
||||
from ._streaming import (
|
||||
MsgStream,
|
||||
|
|
Loading…
Reference in New Issue