executeAfter method
Plan job for further execution in the worker.
Implementation
external fun executeAfter(
Unit Function() operation, {
Long afterMicroseconds = 0,
});
Plan job for further execution in the worker.
external fun executeAfter(
Unit Function() operation, {
Long afterMicroseconds = 0,
});