2022-06-12 17:28:51 +00:00
|
|
|
# AuProcesses
|
|
|
|
|
|
|
|
Example Usage: HelloAurora/master/Tests/Public/11. Hello Processes/Main.cpp
|
|
|
|
|
|
|
|
|
|
|
|
Aurora Processes allows you to spawn, ipc, terminate, and synchronize against spawnable daemons and worker processes.
|
|
|
|
AuIO is integrated such that `IProcess` objects provide `IAsyncTransactions` for reading or writing to a standard in/out/error
|
|
|
|
stream; and AuLoop interoperability is provided by providing two signalable loop source indicating [!]liveliness of the process.
|
|
|
|
|
|
|
|
# Features
|
|
|
|
* exec overmap
|
|
|
|
* daemon workers
|
|
|
|
* child workers
|
2022-06-21 04:49:36 +00:00
|
|
|
* Simple `StartupParmaters` to define the environment by which the process operates
|
|
|
|
* OpenFile
|
|
|
|
* OpenUri
|