Creating an issue should help to give more visibility to it.
Furthermore I wonder if it's not something that should be done before exposing interfaces (PR #71 and PR #125) because this need will certainly add new async methods to the interfaces that we need to create, and adding methods to a public interface is a breaking change, since implementations needs to be modified to implement the new methods...
This need is described in contribution.md
Creating an issue should help to give more visibility to it.
Furthermore I wonder if it's not something that should be done before exposing interfaces (PR #71 and PR #125) because this need will certainly add new async methods to the interfaces that we need to create, and adding methods to a public interface is a breaking change, since implementations needs to be modified to implement the new methods...