1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Nov 7, 2024polling Portable interface to epoll, kqueue, event ports, and IOCP. by Alain Φογτια Zscheile, Taiki Endo, smol-rs and 3 contributors. Audit; Install; API reference; GitHub repo ; 43 releases (stable) 3.7.4 Nov 7, 2024 3.7.2 Jun 15, 2024 3.6.0 Mar 24, 2024 3.3.1 Nov 24, 2023 0.1.9
  3. Oct 28, 2024Related: pollster-macro See also: async-task, async-global-executor, async-executor, executor-trait, any_spawner, async_nursery, async_executors, smol, futures-concurrency, async-compat, async-scoped Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
  4. See also: polling, filedescriptor, poll-promise, io-reactor, want, futures-util, toml_edit, metaflac, cjseq, vdm, append-only-vec Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  5. Oct 26, 2024Related: pollster See also: async-task, async-global-executor, async-executor, any_spawner, executor-trait, async_executors, embassy-executor, safina, edge-executor, tokio-executor-trait, smol-macros Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
  6. Dec 7, 2024spawn_on: spawns a future on a new thread, polling it there. some_executor. This crate implements the some_executor trait for all executors, allowing them to be used in executor-agnostic code. async_test. This crate provides a macro, async_test, allowing tests to be used with async functions, including support for wasm32 targets.
  7. Nov 3, 2024The Windows implementation for polling sockets is using the wepoll strategy. This uses the Windows AFD system to access socket readiness events. Unsupported. Wine, see issue #1444; MSRV Policy. The MSRV (Minimum Supported Rust Version) is fixed for a given minor (1.x) version. However it can be increased when bumping minor versions, i.e. going ...
  8. Jan 2, 2025No busy-loop polling: CPU sleeps when there's no work to do, using interrupts or WFE/SEV. Efficient polling: a wake will only poll the woken task, not all of them. Fair: a task can't monopolize CPU time even if it's constantly being woken. All other tasks get a chance to run before a given task gets polled for the second time.
  9. Apr 27, 2024To spawn a future onto an executor, we first need to allocate it on the heap and keep some state attached to it. The state indicates whether the future is ready for polling, waiting to be woken up, or completed. Such a stateful future is called a task. All executors have a queue that holds scheduled tasks: let (sender, receiver) = flume ...
  10. Sep 5, 2024The listening is polling-based. Using the x11_clipboard crate, the clipboard contents are retrieved and hashed using the twox_hash crate, and compared for changes as an indirect indication of clipboard updates. Installation. Add this to your Cargo.toml: [dependencies] clipboard_listener = "0.1.0"
  11. 1 day agoThe SDK provides both, low-level client for the specific transport, which includes the message sending and polling along with all the administrative actions such as managing the streams, topics, users etc., as well as the high-level client, which abstracts the low-level details and provides the easy-to-use API for both, message producers and ...
  12. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX