dummy-waker 1.1.0

Get a `core::task::Waker` that does absolutely nothing.
Documentation
# dummy-waker

[![License](https://img.shields.io/crates/l/dummy-waker.svg)](https://github.com/irrustible/dummy-waker/blob/main/LICENSE)
[![Package](https://img.shields.io/crates/v/dummy-waker.svg)](https://crates.io/crates/dummy-waker)
[![Documentation](https://docs.rs/dummy-waker/badge.svg)](https://docs.rs/dummy-waker)

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

Usage:

```rust
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.