Crates.io | ump-ng |
lib.rs | ump-ng |
version | 0.2.1 |
source | src |
created_at | 2023-10-02 14:51:03.705954 |
updated_at | 2024-09-26 12:22:26.667877 |
description | Micro message passing library for threads/tasks communication. |
homepage | |
repository | https://repos.qrnch.tech/pub/ump-ng |
max_upload_size | |
id | 990019 |
size | 64,890 |
The ump-ng crate is a simple client/server message passing library for intra-process communication. Its primary purpose is to allow cross async/non-async communication (for both the server and client endpoints).
ump-ng is similar to ump, but it has a uni-directional message passing operation.