socketwrapper icon indicating copy to clipboard operation
socketwrapper copied to clipboard

feat: Make usage of different async executors possible for all socket classes

Open tglane opened this issue 3 years ago • 0 comments

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.

tglane avatar Jan 10 '22 15:01 tglane