Comment on A Solution to CPU-intensive Tasks in IO LoopsparentComments−willvarfar14yIt does have advantages from code-organisation, but not from all-out performance.One of the complexities of this is ensuring that a selector doesn't return a handle as being read/writable when another thread is still executing a previous trigger.
Comments
It does have advantages from code-organisation, but not from all-out performance.
One of the complexities of this is ensuring that a selector doesn't return a handle as being read/writable when another thread is still executing a previous trigger.