Skip to content

Instantly share code, notes, and snippets.

View nekudo's full-sized avatar
💭
Just dropped in to see what condition my condition was in...

Simon Samtleben nekudo

💭
Just dropped in to see what condition my condition was in...
View GitHub Profile
@ziadoz
ziadoz / awesome-php.md
Last active July 13, 2024 05:29
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.
@krakjoe
krakjoe / pthreads.md
Last active September 24, 2024 14:50
pthreads.md

Multi-Threading in PHP with pthreads

A Brief Introduction to Multi-Threading in PHP

  • Foreword
  • Execution
  • Sharing
  • Synchronization
  • Pitfalls