DelaySystem and DelayCallback
Last updated
Last updated
is a class that allows async call of after the set amount of time has passed.
This is how to create a custom DelayCallback
:
and this is how you can use the DelaySystem
to call the Callback
function with a delay:
You can take a look at for more use cases.