add ReadyEq future extension
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7cf61b5b7b
commit
7c9d3f7e07
4 changed files with 52 additions and 25 deletions
src/core/utils/future
|
@ -2,10 +2,12 @@ mod bool_ext;
|
|||
mod ext_ext;
|
||||
mod option_ext;
|
||||
mod option_stream;
|
||||
mod ready_eq_ext;
|
||||
mod try_ext_ext;
|
||||
|
||||
pub use bool_ext::{BoolExt, and, or};
|
||||
pub use ext_ext::ExtExt;
|
||||
pub use option_ext::OptionExt;
|
||||
pub use option_stream::OptionStream;
|
||||
pub use ready_eq_ext::ReadyEqExt;
|
||||
pub use try_ext_ext::TryExtExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue