Containers used to store Fiber objects. Allocating new Fiber is expensive so need for this containers. There are few implementations which can be easly changed and tested for performance or correctness.
See Source File
Containers used to store Fiber objects. Allocating new Fiber is expensive so need for this containers. There are few implementations which can be easly changed and tested for performance or correctness.