champaign.sys.io.process

Champaign

..
data
AbstractProcess

The base class of Prominic.NET's native process handlers.

BufferedProcess

CallbackProcess

An AbstractProcess implementation that calls callback functions on specific events of the spawned process. For stream output and event handling, an internal loop will be created and attached to the current thread

EnterFrameCallbackProcess

A CallbackProcess implementation that calls callback functions on specific events of the spawned process. For stream output and event handling, either an internal loop will be created and attached to the current thread, or an openfl.display.DisplayObject's EnterFrame event will be used

EventDispatcherProcess

A BufferedProcess implementation that dispatches ProcessEvents on specific events of the spawned process. For stream output and event handling, either an internal loop will be created and attached to the current thread, or an openfl.display.DisplayObject's EnterFrame event will be used

KillSignal

ProcessEvent

ProcessManager

ProcessPerformanceSettings

ProcessTools