crypto
crypto copied to clipboard
implement wait/sleep global utility functions
See the BrightScript documentation for details on what each one does, but this should cover:
-
Sleep(milliseconds as Integer) as Void -
Wait(timeout as Integer, port as Object) as Object
This will require the roMessagePort object to be implemented first.