Docs.rs
  • native-timer-0.3.3
    • native-timer 0.3.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ruxo
    • Dependencies
      • sync-wait-object ^0.1 normal
      • libc ^0.2 normal
      • windows ^0.44 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate native_timer

  • Version 0.3.3
  • All Items
  • Structs
  • Enums
  • Constants
  • Functions
  • Type Definitions
?
Change settings

Crate native_timer

source ·

Structs

Timer
TimerHandle
TimerQueue

Enums

CallbackHint
Scheduler hint about the callback function.
TimerError

Constants

DEFAULT_ACCEPTABLE_EXECUTION_TIME

Functions

schedule_interval
Schedule an interval task.
schedule_oneshot
Schedule an one-shot task.

Type Definitions

Result