Aaron Piotrowski

Results 12 issues of Aaron Piotrowski

This adds a utility class `Interval` which controls a repeating timer, automatically cancelling the timer when the object is destroyed. The main use-case of this object is to store an...

This adds a `Context` implementation which uses `pcntl_fork` to create another process. This is a strategy which we abandoned some time ago due to the issues with copying parent context...