X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fasync_poll.rs;h=7a368af7baebaec3e2dd24a2aff6b5c0c34af76b;hb=bccdf0d8e73730d99ad42279cdc2a35775c68a85;hp=979d906392d7ad2442a5b369e521c1e83511fcec;hpb=98022e6d6d2f8756abd82d1ebcf29f2e292e3983;p=rust-lightning diff --git a/lightning/src/util/async_poll.rs b/lightning/src/util/async_poll.rs index 979d9063..7a368af7 100644 --- a/lightning/src/util/async_poll.rs +++ b/lightning/src/util/async_poll.rs @@ -1,4 +1,13 @@ -//! Somse utilities to make working with std Futures easier +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + +//! Some utilities to make working with the standard library's [`Future`]s easier use crate::prelude::*; use core::future::Future;