Skip to content

Commit

Permalink
Support asyncio actors with the trio spawner backend
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed May 31, 2021
1 parent 98a69f0 commit ad9ed19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tractor/_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def _trio_main(
"""
log.info(f"Started new trio process for {actor.uid}")

log.info(f"Started new trio process for {actor.uid}")

if actor.loglevel is not None:
log.info(
f"Setting loglevel for {actor.uid} to {actor.loglevel}")
Expand Down

0 comments on commit ad9ed19

Please sign in to comment.