You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ The easiest way to start contribute to xonsh core:
97
97
* Research
98
98
* [Stackoverflow questions around subprocess Popen and PIPE](https://stackoverflow.com/search?tab=newest&q=code%3a%22popen%22%20code%3a%22subprocess%22%20code%3a%22PIPE%22%20answers%3a1&searchOn=3)
99
99
* [Github code around subprocess Popen and PIPE](https://github.com/search?q=Popen+PIPE+language%3APython&type=code&l=Python)
100
+
* Processes
101
+
* [The Unix process API is unreliable and unsafe](https://catern.com/process.html)
100
102
101
103
## Pointers
102
104
@@ -306,6 +308,12 @@ Usage:
306
308
xonsh --rc ~/git/xonsh-developer-toolkit/dev.xsh
307
309
```
308
310
311
+
## Tools
312
+
313
+
*[duct.py](https://github.com/oconnor663/duct.py/blob/master/gotchas.md) - a Python library for running child processes
314
+
*https://github.com/goodboy/tractor
315
+
*https://dramatiq.io/ - is a background task processing library for Python with a focus on simplicity, reliability and performance.
316
+
309
317
## See also
310
318
311
319
*[xonsh-developer-toolkit](https://github.com/anki-code/xonsh-developer-toolkit) - The xonsh developer toolkit contains all spectrum of instrument to develop xonsh shell.
0 commit comments