pub async fn group<T>( name: impl Into<String>, fut: impl Future<Output = T>, ) -> T
Wrap an asynchronous function call in a group.
Returns the same type as the function itself.