Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ customExecutor

std::function<void(std::function<void()> call)> DataStorm::NodeOptions::customExecutor {}

An optional executor used to execute user callbacks.

If no callback executor is set, the node will use the default callback executor that executes callbacks in a dedicated thread.

Definition at line 40 of file Node.h.