Pool of tasks used for processing stream data. Size of the pool is configured from StreamProcessor constructor and defines how fast the data can be consumed from streams (together with system-wide worker fiber count configured in scheduler).
See Implementation
Pool of tasks used for processing stream data. Size of the pool is configured from StreamProcessor constructor and defines how fast the data can be consumed from streams (together with system-wide worker fiber count configured in scheduler).