You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a for loop element in a list literal to collect all the futures
rather than a nested `Future.wait` to concatenate the single server
close with many connection closes.
Refactor from `return` to `=>` at both levels since this reads more
nicely if it looks declarative.
0 commit comments