Skip to content

Commit

Permalink
Expose TimedHandle via internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich committed Jun 17, 2024
1 parent ff066cc commit cab6c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ pub mod internal {
pub use zenoh_result::bail;
pub use zenoh_sync::Condition;
pub use zenoh_task::{TaskController, TerminatableTask};
pub use zenoh_util::{zenoh_home, LibLoader, Timed, TimedEvent, Timer, ZENOH_HOME_ENV_VAR};
pub use zenoh_util::{
zenoh_home, LibLoader, Timed, TimedEvent, TimedHandle, Timer, ZENOH_HOME_ENV_VAR,
};

/// A collection of useful buffers used by zenoh internally and exposed to the user to facilitate
/// reading and writing data.
Expand Down

0 comments on commit cab6c45

Please sign in to comment.