Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 853 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 853 Bytes

fhreads PHP extension Build Status Join the chat at https://gitter.im/appserver-io-php/fhreads

A PHP extension to get real system threading functionality in php userland.

What is it?

The extension gives you access to plain system threading functions for being able to implement threading utilites as part of the language directly in the PHP userland e.g. an abstract Thread class.

How to use?

See php-userland library implementation for usage examples -> https://github.com/appserver-io/fhreads