Skip to content

Instantly share code, notes, and snippets.

View alissoncs's full-sized avatar
🎯
Focusing

Alisson Carvalho alissoncs

🎯
Focusing
  • Porto Alegre, Brazil
View GitHub Profile
@krakjoe
krakjoe / pthreads.md
Last active August 30, 2023 18:30
pthreads.md

Multi-Threading in PHP with pthreads

A Brief Introduction to Multi-Threading in PHP

  • Foreword
  • Execution
  • Sharing
  • Synchronization
  • Pitfalls