pmmp / ext-pmmpthread

Fork of https://github.com/krakjoe/pthreads with a revamped API and PHP 8.1+ support
Other
81 stars 17 forks source link

Explore bringing back support for detach() #52

Open dktapps opened 3 years ago

dktapps commented 3 years ago

detach() is useful for background throwaway tasks, as well as getting rid of threads that won't die on proc shutdown (e.g. PM's famously infuriating CommandReader issue on Windows).

Currently known obstacles to supporting detach():