Channel Factory Default
class ChannelFactoryDefault(executor: ExecutorService = Executors.newCachedThreadPool(ThreadFactoryNamed("Knio"))) : ChannelFactory
Default implementation of the AsynchronousChannelFactory interface.
This factory creates channels that execute tasks asynchronously using the specified executor service. Otherwise, the channels are created using the default configurations.