Skip to content

Commit

Permalink
Complete partial note (#1165)
Browse files Browse the repository at this point in the history
Fixes #1165.
  • Loading branch information
Byron committed Dec 8, 2023
1 parent c23bb87 commit 8ef0538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gix/src/clone/fetch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ impl PrepareFetch {
///
/// ### Note for users of `async`
///
/// Even though
/// Even though `async` is technically supported, it will still be blocking in nature as it uses a lot of non-async writes
/// and computation under the hood. Thus it should be spawned into a runtime which can handle blocking futures.
#[gix_protocol::maybe_async::maybe_async]
pub async fn fetch_only<P>(
&mut self,
Expand Down

0 comments on commit 8ef0538

Please sign in to comment.