An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io "timeout" keyword

View the packages on the crates.io package registry that are tagged with the "timeout" keyword.

tokio-batch 0.5.1 💰
Deprecated. Use futures-batch instead. An adaptor that chunks up elements and flushes them after ...
6 versions - Latest release: about 6 years ago - 25.1 thousand downloads total - 81 stars on GitHub - 1 maintainer
mutex-timeouts 0.3.0
a simple crate to let you specify a timeout on a mutex lock
4 versions - Latest release: almost 3 years ago - 5.8 thousand downloads total - 2 stars on GitHub - 1 maintainer
waitfor 0.1.0 💰
Retry a function until it succeeds, errors out, or a timeout/deadline is reached.
1 version - Latest release: over 6 years ago - 10 dependent repositories - 94.4 thousand downloads total - 0 stars on GitHub - 1 maintainer
standby 0.2.0
A world-class cross-platform time management tool for sleep, timeout, and wait operations with fu...
3 versions - Latest release: about 1 month ago - 69 downloads total - 1 stars on GitHub - 1 maintainer
Top 8.5% on crates.io
ntest_timeout 0.9.5
Timeout attribute for the ntest framework.
23 versions - Latest release: about 2 months ago - 2 dependent packages - 237 dependent repositories - 7.57 million downloads total - 57 stars on GitHub - 1 maintainer
bc 0.1.16
Use `bc` in the Rust Programming Language.
16 versions - Latest release: 3 months ago - 1 dependent package - 2 dependent repositories - 26.4 thousand downloads total - 7 stars on GitHub - 1 maintainer
Top 9.5% on crates.io
ntest_test_cases 0.9.5
Test cases for ntest framework.
38 versions - Latest release: about 2 months ago - 1 dependent package - 236 dependent repositories - 7.43 million downloads total - 57 stars on GitHub - 1 maintainer
fibers_timeout_queue 0.1.0 💰
Timeout queue based on `fibers` crate
1 version - Latest release: over 7 years ago - 2 dependent packages - 4 dependent repositories - 9.71 thousand downloads total - 1 stars on GitHub - 1 maintainer
thread_timer 0.3.0
A simple, cancelable timer with no external dependencies
3 versions - Latest release: over 5 years ago - 1 dependent package - 1 dependent repositories - 5.81 thousand downloads total - 2 stars on GitHub - 1 maintainer
dyn-timeout 0.3.3
Dynamic timeout, cancel, add and remove time before a callback execution
6 versions - Latest release: almost 4 years ago - 8.13 thousand downloads total - 2 stars on GitHub - 1 maintainer
timer-lib 0.1.0
A feature-rich Rust library for creating and managing timers.
1 version - Latest release: about 1 year ago - 996 downloads total - 1 stars on GitHub - 1 maintainer
delay 0.3.1
A collection of trait and classes to make your thread wait (and timeout).
5 versions - Latest release: about 5 years ago - 5 dependent packages - 6 dependent repositories - 91.4 thousand downloads total - 1 stars on GitHub - 1 maintainer
tokio_interval 0.1.4
基于Tokio实现了 setInterval(callback, ms) 和 setTimeout(callback, ms) 类似于Javascript的API.
5 versions - Latest release: almost 3 years ago - 6.4 thousand downloads total - 3 stars on GitHub - 1 maintainer
sand_clock 0.3.0
HashMap with timeouts.
3 versions - Latest release: 9 months ago - 1.48 thousand downloads total - 0 stars on GitHub - 1 maintainer
async-timeouts 0.3.2
An instrument to start async tasks after timeouts
7 versions - Latest release: 10 months ago - 4.16 thousand downloads total - 1 maintainer
swnb-timer 0.2.0
lib that can register both timeout and interval callback,support sync and async style api
4 versions - Latest release: almost 3 years ago - 5.02 thousand downloads total - 0 stars on GitHub - 1 maintainer
timer-kit 0.1.1 💰
A timer toolkit that is generic over the underlying timer implementation.
2 versions - Latest release: about 3 years ago - 2 dependent packages - 159 thousand downloads total - 3 stars on GitHub - 1 maintainer
Top 6.6% on crates.io
ntest 0.9.5
Testing framework for rust which enhances the built-in library with some useful features.
37 versions - Latest release: about 2 months ago - 62 dependent packages - 270 dependent repositories - 7.39 million downloads total - 57 stars on GitHub - 1 maintainer
Top 8.1% on crates.io
futures-batch 0.7.0 💰
An adaptor that chunks up elements and flushes them after a timeout or when the buffer is full. (...
4 versions - Latest release: 7 months ago - 3 dependent packages - 243 dependent repositories - 1.25 million downloads total - 81 stars on GitHub - 1 maintainer
Top 9.4% on crates.io
timeout-readwrite 0.4.0
Adds timeout capabilities to Readers and Writers
8 versions - Latest release: over 1 year ago - 11 dependent packages - 21 dependent repositories - 746 thousand downloads total - 42 stars on GitHub - 1 maintainer
ninelives 0.2.0
Resilience primitives for async Rust: retry, circuit breaker, bulkhead, timeout, and composable s...
2 versions - Latest release: 3 months ago - 81 downloads total - 1 maintainer
threadgroup 0.1.0
Manage groups of threads as one unit, join the first one that finishes, timeout on join attempts.
1 version - Latest release: about 8 years ago - 1 dependent repositories - 92.3 thousand downloads total - 1 stars on GitHub - 1 maintainer
tokio-js-set-interval 1.3.0 💰
Allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript ins...
8 versions - Latest release: over 2 years ago - 1 dependent repositories - 25.5 thousand downloads total - 5 stars on GitHub - 1 maintainer
tcplistener-accept-timeout 0.0.0
TcpListener.accept() with a timeout and a check for a pending connection
1 version - Latest release: almost 2 years ago - 1.65 thousand downloads total - 1 maintainer
listener_poll 0.1.1
Poll with timeout for TcpListener and UnixListener
2 versions - Latest release: 8 months ago - 2.09 thousand downloads total - 0 stars on GitHub - 1 maintainer
garcon 0.2.3
A collection of trait and classes to make your thread or async function wait.
7 versions - Latest release: over 4 years ago - 12 dependent packages - 47 dependent repositories - 348 thousand downloads total - 1 stars on GitHub - 1 maintainer
set_timeout 0.1.4
A crate which allows efficiently executing futures after some delay has passed
5 versions - Latest release: over 3 years ago - 6.16 thousand downloads total - 1 stars on GitHub - 1 maintainer
zila 0.1.8
A library for calling functions on certain events
7 versions - Latest release: almost 3 years ago - 8.08 thousand downloads total - 4 stars on GitHub - 1 maintainer
timeout-iterator 1.1.7
TimeoutIterator is a wrapper over any iterator that adds peek_timeout and next_timeout functions....
15 versions - Latest release: about 4 years ago - 1 dependent repositories - 20.2 thousand downloads total - 2 stars on GitHub - 1 maintainer
Top 8.7% on crates.io
ntest_proc_macro_helper 0.8.0
Provide helper functions for the procedural macros used in ntest.
7 versions - Latest release: over 3 years ago - 2 dependent packages - 83 dependent repositories - 4.64 million downloads total - 57 stars on GitHub - 1 maintainer
set_time_out 0.2.1
Function to delay the execution of a function
7 versions - Latest release: about 4 years ago - 8.53 thousand downloads total - 0 stars on GitHub - 1 maintainer
command_timeout 0.1.3
A tokio friendly command exec with smart timeout
4 versions - Latest release: 10 months ago - 10.8 thousand downloads total - 2 stars on GitHub - 1 maintainer
tokio-adjustable-timeout 0.1.1
adjustable timeout
2 versions - Latest release: about 3 years ago - 2.69 thousand downloads total - 1 stars on GitHub - 1 maintainer
embedded-timeout-macros 0.3.0 💰
Macros for working with timeouts on top of embedded-hal APIs
3 versions - Latest release: over 5 years ago - 2 dependent packages - 8 dependent repositories - 13.5 thousand downloads total - 6 stars on GitHub - 1 maintainer
tower-timelimiter 0.1.0
Advanced timeout handling for Tower services
1 version - Latest release: 4 months ago - 280 downloads total - 68 stars on GitHub - 1 maintainer
tower-resilience-timelimiter 0.4.2
Advanced timeout handling for Tower services
14 versions - Latest release: about 1 month ago - 2.62 thousand downloads total - 9 stars on GitHub - 1 maintainer
retry-strategy 0.2.0
A better asynchronous retry tool based on Tokio.
2 versions - Latest release: over 2 years ago - 2.76 thousand downloads total - 0 stars on GitHub - 1 maintainer
nuewframe-timeout 1.0.0
A CLI tool to manage timeout duration of a provided command.
1 version - Latest release: 3 months ago - 30 downloads total - 0 stars on GitHub - 1 maintainer
timeout-cli 0.1.0 💰
A simple and reliable command-line timeout utility
1 version - Latest release: 6 months ago - 435 downloads total - 0 stars on GitHub - 1 maintainer
completeq-rs 0.1.1
An alternative to passing messages between asynchronous tasks
2 versions - Latest release: about 3 years ago - 4 dependent packages - 1 dependent repositories - 11 thousand downloads total - 0 stars on GitHub - 1 maintainer
jsonrpc-rs 0.1.6
Futures base jsonrpc server/client framework
7 versions - Latest release: about 3 years ago - 5 dependent packages - 1 dependent repositories - 16.3 thousand downloads total - 2 stars on GitHub - 1 maintainer
hierarchical_hash_wheel_timer 1.3.0
A low-level timer implementantion using a hierarchical four-level hash wheel with overflow.
4 versions - Latest release: over 1 year ago - 2 dependent packages - 10 dependent repositories - 56.5 thousand downloads total - 26 stars on GitHub - 1 maintainer
spawn_timeout 0.1.0
Call a subroutine after a constant time interval
1 version - Latest release: over 3 years ago - 1.65 thousand downloads total - 1 stars on GitHub - 1 maintainer
chrono-machines 0.3.0
Exponential, constant, and Fibonacci backoff retry library with full jitter support - no_std comp...
4 versions - Latest release: about 2 months ago - 1.06 thousand downloads total - 21 stars on GitHub - 1 maintainer
pendulum 0.3.1
Hashed timer wheel with various runtimes
5 versions - Latest release: about 8 years ago - 1 dependent repositories - 9.11 thousand downloads total - 14 stars on GitHub - 1 maintainer
settimeout 0.1.2
Creates a std::future::Future implementation to be ready at some point
3 versions - Latest release: almost 6 years ago - 1 dependent package - 2 dependent repositories - 18.3 thousand downloads total - 8 stars on GitHub - 1 maintainer
see-you-later 0.1.0
Delay and schedule async task
1 version - Latest release: almost 6 years ago - 1.67 thousand downloads total - 4 stars on GitHub - 1 maintainer
Top 9.9% on crates.io
process_control 5.2.0 💰
Ergonomically run processes with limits
34 versions - Latest release: 5 months ago - 9 dependent packages - 93 dependent repositories - 842 thousand downloads total - 34 stars on GitHub - 1 maintainer