Periscope has a system.perspective.invokeOnQueue function that supports a delay parameter:
This is really only intended for scheduling property writes. If you do any work that severely blocks the queue you're going to have a bad time.
Periscope has a system.perspective.invokeOnQueue function that supports a delay parameter:
This is really only intended for scheduling property writes. If you do any work that severely blocks the queue you're going to have a bad time.