We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a339d commit d549230Copy full SHA for d549230
abi-versions/v0.2.1/README.md
@@ -417,10 +417,10 @@ Returned `errno` value is:
417
* returns:
418
- `i32 (`[`proxy_status_t`]`) status`
419
420
-Sets timer period (`tick_period`). When set, the host will call
421
-[`proxy_on_tick`] every `tick_period` milliseconds.
+Sets a low-resolution timer period (`tick_period`).
422
423
-Setting `tick_period` to `0` disables the timer.
+When set, the host will call [`proxy_on_tick`] every `tick_period`
+milliseconds. Setting `tick_period` to `0` disables the timer.
424
425
Returned `status` value is:
426
- `OK` on success.
0 commit comments