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
I am not quite sure but it seems as there is a python convention to name an async close function "aclose".
For example this name is used in contextlib.aclosing.
A rename would ease to write tests or adapters for layers as we can simply reuse contextlib.aclosing.
Note: this is not a big issue. What aclosing does is easy to replicate with the close method (see python documentation).
The text was updated successfully, but these errors were encountered:
I am not quite sure but it seems as there is a python convention to name an async close function "aclose".
For example this name is used in contextlib.aclosing.
A rename would ease to write tests or adapters for layers as we can simply reuse contextlib.aclosing.
Note: this is not a big issue. What aclosing does is easy to replicate with the close method (see python documentation).
The text was updated successfully, but these errors were encountered: