Executor typedef

Executor = void Function(TimerTask task)

Implementation

typedef Executor = void Function(TimerTask task);