bool executeAfterMs(u64 time, function handler)
Asynchronously executes a function after a specific time.
Returns whether the operation was successful (true) or not (false).
true
false
The delay in milliseconds before executing the callback function.
A value of 0 executes the function immediately, while a positive value specifies the delay.
0
The callback function that will be executed.
Last updated 22 days ago