ewait

Crates.ioewait
lib.rsewait
version0.1.1
created_at2025-09-27 14:00:47.983566+00
updated_at2025-09-27 16:39:42.154579+00
descriptionA thread-safe, asynchronous event system for Rust
homepage
repositoryhttps://github.com/matthew-engi/ewait
max_upload_size
id1857337
size19,300
Matthew (matthew-engi)

documentation

README

Ewait - Asynchronous Event System

A thread-safe, asynchronous event system for Rust.

Ewait allows developers to create events that can trigger multiple callbacks concurrently, making it easier to build event-driven code.


Features

  • Concurrent execution of callbacks Every connected callback runs in its own Tokio task, allowing high-performance, parallel execution.

  • Simple API Provides intuitive methods to connect, disconnect, and fire events, keeping your code clean and maintainable.

[!WARNING] This library requires a Tokio runtime to function. Make sure your main function uses #[tokio::main] or you create a runtime manually.

[!CAUTION] This project is developed by a beginner in Rust.

Commit count: 0

cargo fmt