Skip to content

Commit d4295eb

Browse files
emfaxMatt Andrews
and
Matt Andrews
authored
docs(rt): make purpose of Executor trait clearer (#3217)
Make the purpose of `Executor` clearer by explaining why it is necessary. Co-authored-by: Matt Andrews <[email protected]>
1 parent 9124ee4 commit d4295eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::{
1515

1616
/// An executor of futures.
1717
///
18-
/// This trait should be implemented for any future.
18+
/// This trait allows Hyper to abstract over async runtimes. Implement this trait for your own type.
1919
///
2020
/// # Example
2121
///

0 commit comments

Comments
 (0)