1 repositorio
Choose between fixed-delay and fixed-rate timing modes for recurring task scheduling.
Distinct from Interval-Based Task Execution: Distinct from Interval-Based Task Execution: adds selection between delay-based and rate-based interval calculation.
Explore 1 awesome GitHub repository matching development tools & productivity · Interval Mode Selection. Refine with filters or upvote what's useful.
Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th
Allows selection between fixed-delay and fixed-rate interval calculation for scheduled tasks.