Skip to content

Push stream (IObservable) and async/await (Task) abstraction for processes.

License

Notifications You must be signed in to change notification settings

Observito/ProcessObservable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessObservable

Observable abstraction for processes for .NET. Treat your executable or script process as a push stream of information (IObservable) or a task (Task). Both executable files, scripts and other file types (with associated programs) can be observed or awaited asynchronously.

NuGet

ProcessObservable is available as a NuGet package: https://www.nuget.org/packages/Observito.ProcessObservable/