router
router copied to clipboard
Support unix time in ms in rhai scripts
Is your feature request related to a problem? Please describe.
We would like to measure precisie timings using the coprocessor, but it's currently impossible since the only available timing function is unix_now which returns seconds since epoch.
Describe the solution you'd like
a new function unix_ms_now that returns exact ms of current time.