Skip to content

Commit

Permalink
Export sipper types in task module
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 10, 2025
1 parent 0ff5f9e commit 54ffbbf
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 @@ -519,7 +519,9 @@ pub use Length::{Fill, FillPortion, Shrink};

pub mod task {
//! Create runtime tasks.
pub use crate::runtime::task::{Handle, Task};
pub use crate::runtime::task::{
sipper, stream, Handle, Never, Sipper, Straw, Task,
};
}

pub mod clipboard {
Expand Down

0 comments on commit 54ffbbf

Please sign in to comment.