ethereum / asyncio-run-in-process

A simple asyncio friendly replacement for multiprocessing to run coroutines in a separate process.
MIT License
13 stars 9 forks source link

Use RemoteException when running subproc with trio #22

Closed gsalgado closed 4 years ago

gsalgado commented 4 years ago

To ensure we get the traceback of the subproc exception, and to be consistent with what we do when using asyncio in the subproc