aboutsummaryrefslogtreecommitdiff
path: root/libraries/spawn/README
blob: 559a61399d9308d4c4cf123f0caf11b6c1f94566 (plain)
1
2
3
4
5
6
7
spawn (Ada Process API)

This library provides simple API to spawn processes and communicate
with them.

There are two implementations of the same API - the integrated into
Glib event loop and the independent.