Skip to content

Commit

Permalink
Re-export FallibleTask; Runnable no longer part of the API
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 10, 2023
1 parent 9aae6da commit cb2d6b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ use alloc::rc::Rc;
use alloc::sync::Arc;
use alloc::task::Wake;

pub use async_task::{Runnable, Task};
use async_task::Runnable;

pub use async_task::{FallibleTask, Task};

use atomic_waker::AtomicWaker;

Expand Down

0 comments on commit cb2d6b4

Please sign in to comment.