Comment on Evio – Fast event-loop networking for GoparentComments−willvarfar8yNo, the event loop is just one big goroutine that calls all the handlers directly.−allengeorge8yWhich...is the same as “not switch between goroutines” no?−weberc28yCorrect. I'm fairly certain he was agreeing with you.−willvarfar8y(I think there was an edit)
Comments
No, the event loop is just one big goroutine that calls all the handlers directly.
Which...is the same as “not switch between goroutines” no?
Correct. I'm fairly certain he was agreeing with you.
(I think there was an edit)