issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unpickleable exceptions raised in subprocess cause us to crash
#30
gsalgado
closed
3 years ago
1
Raise InvalidDataFromChild if we can't unpickle result from child
#29
gsalgado
closed
4 years ago
2
Unpickleable exceptions raised in subprocess cause us to crash
#28
gsalgado
closed
4 years ago
0
Update trio dependencies
#27
pipermerriam
closed
4 years ago
0
Make max number of simultaneous processes configurable
#26
gsalgado
closed
4 years ago
3
Some tests fail randomly when using the trio runner
#25
gsalgado
opened
4 years ago
4
Wait for proc to reach EXECUTING state before yielding
#24
gsalgado
closed
4 years ago
2
Run tests on py38 as well
#23
gsalgado
closed
4 years ago
5
Use RemoteException when running subproc with trio
#22
gsalgado
closed
4 years ago
0
Remove the STOPPING state
#21
gsalgado
closed
4 years ago
1
New APIs to run trio-based code in the subprocess
#20
gsalgado
closed
4 years ago
2
Intermittent test failures on CI
#19
gsalgado
opened
4 years ago
1
Show issue with when proc uses run_in_executor
#18
gsalgado
closed
4 years ago
3
Make Process.__str__ more useful
#17
gsalgado
closed
4 years ago
0
Change most debug logs to info
#16
gsalgado
closed
4 years ago
0
Consider using a separate session for every child process
#15
gsalgado
opened
4 years ago
1
A big ugly hack to make one of trinity's test pass again
#14
gsalgado
closed
4 years ago
4
A couple changes related to task/child cancellation
#13
gsalgado
closed
4 years ago
1
Async calls raise RuntimeError when called after catching KeyboardInterrupt
#12
gsalgado
opened
4 years ago
11
Locally failing tests
#11
jannikluhn
opened
4 years ago
0
Ensure SubprocessKwargs type is easy to import
#10
pipermerriam
closed
4 years ago
0
Refactor how tasks are cleaned up
#9
pipermerriam
closed
4 years ago
0
relocate child process CLI parser definition
#8
pipermerriam
closed
4 years ago
0
fix incorrect logging message
#7
pipermerriam
closed
4 years ago
0
Fix hang when exception happens inside context block
#6
pipermerriam
closed
4 years ago
2
Add ability to pass kwargs to the subprocess
#5
pipermerriam
closed
4 years ago
0
Piper/library updates
#4
pipermerriam
closed
5 years ago
1
Preserve remote tracebacks
#3
pipermerriam
closed
5 years ago
0
Use `loop.connect_read_pipe` and `loop.connect_write_pipe`
#2
pipermerriam
opened
5 years ago
1
Initial library code
#1
pipermerriam
closed
5 years ago
3