Skip to content

hazybluedot/process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Class

This class ecapsulates the resources created when spawning a Unix/Linux process with the fork() system call.  It uses the RAII idiom to make usage easier by freeing any 
resources upone object destruction.

Screencasts of this project are available at
http://youtu.be/lTB3kiltIuw
http://youtu.be/L17bVZMxbw0

About

A bare-bones process class to encapsulate a Unix process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages