Executor Namespace

The executor namespace is both available in ColdBox and WireBox standalone and it is used to get references to created asynchronous executor thread pools.

property name="coldbox-tasks" inject="executor";

property name="taskExecutor" inject="executor:myTasks";

Last updated