actionqueue-actor 0.1.2

Remote actor registration, heartbeat monitoring, and capability routing for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "actionqueue-actor"
authors = ["Keith <zed.colonel@gmail.com>"]
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Remote actor registration, heartbeat monitoring, and capability routing for the ActionQueue task queue engine."
readme = "README.md"
repository = "https://github.com/zed-colonel/actionqueue"
keywords = ["actor", "heartbeat", "capability", "task-queue", "routing"]
categories = ["concurrency"]

[dependencies]
actionqueue-core = "0.1.2"
tracing = "0.1"