We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23bb87 commit 8ef0538Copy full SHA for 8ef0538
gix/src/clone/fetch/mod.rs
@@ -47,7 +47,8 @@ impl PrepareFetch {
47
///
48
/// ### Note for users of `async`
49
50
- /// Even though
+ /// 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.
52
#[gix_protocol::maybe_async::maybe_async]
53
pub async fn fetch_only<P>(
54
&mut self,
0 commit comments