forked from goodboy/tractor
Cancel nursery
parent
6e6baf250b
commit
6f9229cd09
|
@ -51,3 +51,5 @@ async def open_actor_cluster(
|
||||||
|
|
||||||
assert len(portals) == count
|
assert len(portals) == count
|
||||||
yield portals
|
yield portals
|
||||||
|
|
||||||
|
await an.cancel()
|
||||||
|
|
Loading…
Reference in New Issue