Add comments around diff between `C/context` refs
parent
d4d09b6071
commit
a18663213a
|
@ -23,8 +23,8 @@ from exceptiongroup import BaseExceptionGroup
|
||||||
from ._clustering import open_actor_cluster
|
from ._clustering import open_actor_cluster
|
||||||
from ._ipc import Channel
|
from ._ipc import Channel
|
||||||
from ._context import (
|
from ._context import (
|
||||||
Context,
|
Context, # the type
|
||||||
context,
|
context, # a func-decorator
|
||||||
)
|
)
|
||||||
from ._streaming import (
|
from ._streaming import (
|
||||||
MsgStream,
|
MsgStream,
|
||||||
|
|
Loading…
Reference in New Issue