Module vibe.core.parallelism
Contains parallel computation primitives.
Functions
Name | Description |
---|---|
parallelMap(items, task_pool, channel_config)
|
Processes a range of items in worker tasks and returns them as an ordered range. |
parallelUnorderedMap(items, task_pool, channel_config)
|
Processes a range of items in worker tasks and returns them as an unordered range. |