Skip to content

Commit 8ef0538

Browse files
committed
Complete partial note (#1165)
Fixes #1165.
1 parent c23bb87 commit 8ef0538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: gix/src/clone/fetch/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ impl PrepareFetch {
4747
///
4848
/// ### Note for users of `async`
4949
///
50-
/// Even though
50+
/// Even though `async` is technically supported, it will still be blocking in nature as it uses a lot of non-async writes
51+
/// and computation under the hood. Thus it should be spawned into a runtime which can handle blocking futures.
5152
#[gix_protocol::maybe_async::maybe_async]
5253
pub async fn fetch_only<P>(
5354
&mut self,

0 commit comments

Comments
 (0)