icicleio / concurrent

Concurrency component for Icicle
https://icicle.io
MIT License
172 stars 6 forks source link

PHP 7 + Threading Support #7

Closed sagebind closed 6 years ago

sagebind commented 9 years ago

Support PHP 7 by utilizing new PHP 7 features (return types, scalar type hints) and support pthreads v3.0.

We will wait for pthreads 3 to get closer to release before attempting to use it. There are several major changes and improvements that will need to be accounted for.