Module rebar_parallel

This module contains a small parallel dispatch queue that allows to take a list of jobs and run as many of them in parallel as there are schedulers ongoing.

Description

This module contains a small parallel dispatch queue that allows to take a list of jobs and run as many of them in parallel as there are schedulers ongoing.

Original design by Max Fedorov in the rebar compiler, then generalised and extracted here to be reused in other circumstances.

Function Index

queue/5

Function Details

queue/5

queue(Tasks, WorkF, WArgs, Handler, HArgs) -> any()


Generated by EDoc