executeAfter method

void executeAfter(
  1. void operation(), {
  2. Long afterMicroseconds = 0,
})

Plan job for further execution in the worker.

Implementation

external fun executeAfter(
  Unit Function() operation, {
  Long afterMicroseconds = 0,
});