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 ._clustering import open_actor_cluster
|
||||||
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