MCPcopy Create free account
hub / github.com/DoumanAsh/async-timer / PosixTimer

Class PosixTimer

src/timer/posix.rs:133–135  ·  view source on GitHub ↗

Posix Timer When using `c_wrapper` feature implementation uses C shim to create timers which call callbacks from a separate thread. Without it, callback is called from signal handler which limits usable operations within the callback.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected