janet-lang / janet-lang.org

Website for janet
https://janet-lang.org
MIT License
90 stars 59 forks source link

Add process management docs #218

Closed sogaiu closed 5 months ago

sogaiu commented 6 months ago

This PR is an attempt to address #215.

This initial version covers two approaches to working with subprocesses in Janet, i.e. os/execute and os/spawn.

There are three pages:

FWIW, this approach of splitting across pages is similar to that taken with the fibers section which also has multiple pages.

Thanks to: