Skip to content

Commit ca35141

Browse files
committed
context vs. is_sync
1 parent 837a441 commit ca35141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trio_asyncio/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def run_trio_task(self, proc, *args):
266266
The returned handle may be used to cancel the background task.
267267
268268
"""
269-
return self._queue_handle(Handle(proc, args, self, False))
269+
return self._queue_handle(Handle(proc, args, self, is_sync=False))
270270

271271
async def __run_trio(self, h):
272272
"""Helper for copying the result of a Trio task to an asyncio future"""

0 commit comments

Comments
 (0)