Thursday, 7 February 2019

I/O calls from worker threads?

Is it plausible to do I/O calls from worker threads? Let's consider a use case where an I/O call is made by a loop body, so as to not block the event loop we would shift the looping logic from the main thread to a worker thread right?, I don't exactly know whether is this a good practice or not, thanks

Submitted February 07, 2019 at 04:29PM by Prateeeek

No comments:

Post a Comment