Expand description
Instead of implementing your extension as something that communicates with xidlehook, what about implementing your extension as something that is xidlehook?
This library lets you create your own xidlehook front-end using a powerful timer and module system.
Re-exports§
Modules§
- modules
- The module trait and some useful implementations such as combinators
- timers
- The timer trait and some useful implementations
Structs§
- Timer
Info - An identifier for a timer, based on the index in the timer list and its length.
- Xidlehook
- The main xidlehook instance that allows you to schedule things
Enums§
- Action
- Return value of
poll
, which specifies what one should do next: sleep, wait forever (until client modifies the xidlehook instance),