MCPcopy Create free account
hub / github.com/carllerche/syncbox / ScheduledThreadPool

Class ScheduledThreadPool

src/thread_pool.rs:83–85  ·  view source on GitHub ↗

A thread pool that can schedule tasks to run after a given delay, or to execute periodically. Delayed tasks do not run before their associated delays, but besides that, there are no real-time guarantees about exactly when the task will run.

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