Skip to content

Commit

Permalink
fix: forgot public docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 8, 2024
1 parent 05ce4f9 commit b8f9744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ impl AsyncRuntime for tokio::runtime::Runtime {
}
}

/// An implementation of [`AsyncRuntime`] that spawns and awaits any passed future on the current
/// thread.
#[cfg(feature = "async-std")]
pub struct AsyncStdRuntime;

Expand Down

0 comments on commit b8f9744

Please sign in to comment.