1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Sep 26, 2024Rust Event Emitter. A thread-safe, flexible event emitter implementation in Rust. Features. Thread-safe event emission and handling; Support for multiple event types and handlers; Typed event arguments; Asynchronous event processing; Easy-to-use macros for event emission; Installation. Add this to your Cargo.toml: [dependencies] event_emitter ...
  3. May 28, 2023See also: bevy_eventlistener, event-manager, triggered, rs-event-emitter, async-event-emitter, stream-tungstenite, event_sync, emitter-rs, windows-key-listener, reconciler, event-listener-primitives 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: rs-event-emitter, emitter-rs, bevy_eventlistener, event-manager, triggered, ruma-events, fltk-evented, dptree, js_resized_event_channel, starbase_events, event-listener-primitives 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. ...
  5. 4 days ago211 downloads per month . MIT license . 22KB 130 lines. async-event-emitter. an Async implementation of the event-emitter-rs crate. Allows you to subscribe to events with callbacks and also fire those events. Events are in the form of (strings, value) and callbacks are in the form of closures that take in a value parameter;
  6. Jan 27, 2025Related: async-event-emitter See also: async-compat, rs-event-emitter, futures-locks, tokio-test, actix, redis-async, tokio-retry, ratchet_rs, tryhard, peekable, 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.Content of this page is not necessarily endorsed by the ...
  7. Jan 15, 2024async-events-emitter is a Rust library providing an asynchronous event handling system. It allows users to define custom events and handlers, emit events, and process them asynchronously. Features. Define custom events. Register asynchronous event handlers. Emit events to be handled by registered handlers. Installation. Add async-events-emitter ...
  8. Aug 27, 2024Used in rs-event-emitter. MIT license 9KB 184 lines. Rust Event Emitter. A thread-safe, flexible event emitter implementation in Rust. Features. Thread-safe event emission and handling; Support for multiple event types and handlers; Typed event arguments; Asynchronous event processing; Easy-to-use macros for event emission; Installation. Add ...
  9. 71 downloads per month . GPL-3.0 license . 12KB 254 lines. alone_ee. The simplest event emitter for rust. fn main {use alone_ee::event_emitter::EventEmitter; let ee = EventEmitte::Stringr::new(); let subscription1 = ee.on(Box::new(|event_data| {// listener will be alive till subscription is alive // do something println!("hello {}", event_data); Ok(())})); let _subscription2 = ee.once(Box::new ...
  10. Parallel Event Emitter. Implementation of an event emitter that invokes event listener callbacks concurrently in a configurable thread pool, using Futures to notify callers of success or errors. Because all values must be transferred across thread boundaries, all types T must be Send. Additionally, all types T must be Any, so T: 'static. Usage
  11. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX