socketwrapper
socketwrapper copied to clipboard
feat: Make usage of different async executors possible for all socket classes
Currently all async operations are executed by the implemented class async_contexts singleton instance. I want to add the possibility to change the async "executor" for each socket instance seperately to allow users more flexible use of async send/receive functions.