(no title)
Jatidude | 3 years ago
With tooling this would make your resulting type be a StorageResponse. The whole point is that you can have that "request type" be awaitable.
Jatidude | 3 years ago
With tooling this would make your resulting type be a StorageResponse. The whole point is that you can have that "request type" be awaitable.
curious145454|3 years ago
pornel|3 years ago
It's simpler for library users, because they don't need to know which particular method finalizes a builder to obtain a future from it, and `.await` just works in more situations.
minraws|3 years ago
Say, `for await x in connection.item {}` not real syntax but something similar might be in Rust's future.