Skip to content

Timer functions should maybe not take milliseconds as an argument #11189

Closed
@alexcrichton

Description

@alexcrichton

System timers often expose a granularity much more fine than one millisecond. Right now this is an artifact of libuv's api, but in a 1:1 context you can get much finer-grained control over this.

Perhaps the arguments should be a (second/nsec) struct (like in C), with sugar to do the "easy thing"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions