handler_table 0.3.2

A lock-free table of event handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "handler_table"
version = "0.3.2"
edition = "2021"
authors = ["Yuekai Jia <equation618@gmail.com>"]
description = "A lock-free table of event handlers"
license = "Apache-2.0"
homepage = "https://github.com/arceos-org/arceos"
repository = "https://github.com/arceos-org/handler_table"
documentation = "https://docs.rs/handler_table"
keywords = ["arceos", "event", "lock-free"]
categories = ["no-std"]

[dependencies]