Is there a system-util-invokelater for Perspective?

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.

2 Likes