27.07.2020 15:48, Stefan Hajnoczi wrote:
On Wed, Jun 10, 2020 at 01:03:29PM +0300, Vladimir Sementsov-Ogievskiy
wrote:
Hi all!
The aim of the series is to reduce code-duplication and writing
parameters structure-packing by hand around coroutine function wrappers.
Benefits:
 - no code duplication
 - less indirection
Please add documentation so others know when and how to use this.
I suggest adding a docs/devel/coroutine-wrapper.rst document and adding
a code comment to #define generated_co_wrapper pointing to the
documentation.
Please rename coroutine-wrapper.py to block-coroutine-wrapper.py since
it is specific to the block layer.
OK, will do. Thanks for taking a look!