Add async in the mix #45
Replies: 1 comment 3 replies
-
The return type for collection cannot be Should we use
There are at least 2 strategies:
I do prefer the first option as it's easier to discover new methods. Also analyzers may suggest to use the async equivalent when possible.
These operators won't exist in the async version. Thes accessor should be replaced by a method with at least 2 arguments because of the |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have an async API. The goal of this discussion is to discuss the best strategy.
Here are some initial thoughts:
Releases
andReleasesAsync
?Get
andGetAsync
(bonus question : what do when the operator [] is used?)Beta Was this translation helpful? Give feedback.
All reactions