local-waker 0.1.4

A synchronization primitive for thread-local task wakeup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
categories = ["asynchronous", "no-std"]
description = "A synchronization primitive for thread-local task wakeup"
edition = "2021"
keywords = ["waker", "local", "futures", "no-std"]
license = "MIT OR Apache-2.0"
name = "local-waker"
readme = "README.md"
repository = "https://github.com/actix/actix-net"
rust-version = "1.65"
version = "0.1.4"