We previously removed Async Channel SPI to allow a clean release without
adding dependency on NIO code which was subject to change, however that
code is now ready to be promoted to API.
Modifications:
Revert the commit which removed the Async Channel code
Remove AsyncChannel SPI guards from imports and code which uses it
Motivation:
We previously removed Async Channel SPI to allow a clean release without adding dependency on NIO code which was subject to change, however that code is now ready to be promoted to API.
Modifications:
AsyncChannel
SPI guards from imports and code which uses itResult: