Tarearbol
library that eases the dealing with tasks got a massive update.
-
use Tarearbol.Pool
to create worker pools with no boilerplate -
call/3
,cast/2
, andterminate/2
callbacks to handle messages directly sent to the worker process -
__init_handler__/1
(orinit: mfa()
parameter in a call touse
) to customize initialization process.