Hello, I was wondering how threading would work for asynchronous channels? Since callbacks are invoked to perform all reading/writing that work will always take place in threads controlled by the async provider, right? Is there any standard way to control how many threads are in use? To set the thread type (daemon, non-daemon)? To set the thread names? Rob