Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Jan 8, 2024
1 parent 0713de8 commit e8ed336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internals/awaitable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const READYNESS_CHECK_INTERVAL: Duration = Duration::from_secs(1);
/// An [`Self`] is ready once [`Self::is_ready`] returns `true`.
/// The trait is built on _async/await_. The waiting is done by calling [`Self::await_ready`]:
/// a [`CancellationToken`] is provided in case the _awaiting loop_ has to be interrupted.
pub trait Awaitable {
/// Returns `true` if [`Self`] is ready, `false` otherwise.
///
Expand Down

0 comments on commit e8ed336

Please sign in to comment.