irrustible / dummy-waker

core::task::Waker implementation that does absolutely nothing. completely useless but very fast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dummy-waker

License Package Documentation

Get a core::task::Waker that does absolutely nothing.

Usage:

dummy_waker::dummy_waker()

MSRV: 1.40.0

Copyright and License

Copyright (c) 2021 James Laver

Licensed under Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0), with LLVM Exceptions (https://spdx.org/licenses/LLVM-exception.html).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

core::task::Waker implementation that does absolutely nothing. completely useless but very fast.

License:Apache License 2.0


Languages

Language:Rust 100.0%