We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98022e6 commit c1ea761Copy full SHA for c1ea761
lightning/src/util/async_poll.rs
@@ -1,4 +1,13 @@
1
-//! Somse utilities to make working with std Futures easier
+// This file is Copyright its original authors, visible in version control
2
+// history.
3
+//
4
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+// You may not use this file except in accordance with one or both of these
8
+// licenses.
9
+
10
+//! Some utilities to make working with the standard library's [`Future`]s easier
11
12
use crate::prelude::*;
13
use core::future::Future;
0 commit comments