Open
Description
Sometimes it's useful to make parallel computations while having custom .encode and .decode adapters.
I.e. if these are compressors that require heavy load, it could be handy to prepare some messages, while others are being sent.
It should avoid code duplication and dirty tricks like flag injections.