ext-fiber icon indicating copy to clipboard operation
ext-fiber copied to clipboard

What is a fiber?

Open szepeviktor opened this issue 3 years ago • 5 comments

Please link https://en.wikipedia.org/wiki/Fiber_(computer_science) for many people like me.

szepeviktor avatar Sep 07 '20 06:09 szepeviktor

That doesn't explain much :)

To me the only thing that made any sense (given I had a tiny bit of experience using Kotlin coroutines & Java threads) was the reference to coroutines.

oprypkhantc avatar Nov 21 '20 23:11 oprypkhantc

That doesn't explain much :)

What is your suggestion? What should be explained or linked?

szepeviktor avatar Nov 21 '20 23:11 szepeviktor

Well.. the whole thing needs a proper documentation (like every other amphp project has) if it's intended for a general public use.

oprypkhantc avatar Nov 21 '20 23:11 oprypkhantc

This extension is still under development. The API is not set. We will add documentation and definitions at a later time.

trowski avatar Nov 22 '20 17:11 trowski

Here is a nice article that explains what fibers are: https://sergeymukhin.com/blog/php-81-fibers

makaronnik avatar Nov 16 '21 17:11 makaronnik