thread-priority
Thread scheduler
A library for managing thread priorities on multiple platforms
A simple Cross-platform thread schedule and priority library for rust.
110 stars
1 watching
20 forks
Language: Rust
last commit: 14 days ago
Linked from 1 awesome list
prioritypthreadrustrust-libraryschedulethread
Related projects:
Repository | Description | Stars |
---|---|---|
garro95/priority-queue | A data structure for efficiently managing items with priorities | 175 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |
iddm/serde-aux | An auxiliary serde library providing helpful functions for serialisation and deserialisation | 160 |
meh/ruby-thread | A set of Ruby extensions providing various concurrency utilities | 524 |
time-rs/time | A widely-used Rust library for handling dates and times. | 1,124 |
boostorg/fiber | A framework for cooperative scheduling of micro-threads using stored execution states. | 463 |
strd6/priority_queue | A JavaScript implementation of a priority queue data structure | 29 |
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
iddm/challonge-rs | A Rust client library for interacting with the Challonge REST API. | 2 |
electronicarts/eathread | Provides a unified cross-platform interface for multithreaded programming on various platforms. | 297 |
tyler-hardin/thread_pool | A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,447 |
jimblandy/context-switch | A comparison of context switch times and memory usage between Rust async tasks and Linux kernel threads. | 713 |
iddm/toornament-rs | An API wrapper for interacting with the Toornament.com service using Rust | 4 |