-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
A few years ago, fibers — also known as stackful coroutines — were introduced in PHP, making it possible to write non-blocking colorless code. To help this direction grow, the community needs to see more examples of such code.
Describe the solution you'd like
At thesis, we develop non-blocking clients, including one for AMQP 0.9.1, which recently had its first stable release. Would it be possible for us to submit a PR with examples using our client?
Describe alternatives you've considered
No response
Additional context
No response