TaskCallback typedef

TaskCallback = void Function()

Defines a scheduler task to queue

Implementation

typedef TaskCallback = void Function();