Registry / async / timers

timers

JSON →
library4.4.0rbrubygemsunverified

Pure Ruby one-shot and periodic timers.

gem install timers
INSTALL
IMPORT
SIG · TIMERS
T
timers
asyncrubyv4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Timers
require 'timers'

Create a one-shot timer that fires after 5 seconds.

require 'timers' timers = Timers::Group.new timer = timers.after(5) { puts 'Hello' } timers.wait
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
Amazon
1
OpenAI (training)
1
Resources
timers — gem install timers · libregistry