You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do libaco coroutines run on different CPUs at the same time. i.e. does the program performance benefit from having multiple CPUs? Or do coroutines run on only one CPU at any given point of time. In that case, libaco could used in conjunction to a standard threading library I guess...
The text was updated successfully, but these errors were encountered:
Do libaco coroutines run on different CPUs at the same time. i.e. does the program performance benefit from having multiple CPUs?
Nope. At least not yet.
Or do coroutines run on only one CPU at any given point of time. In that case, libaco could used in conjunction to a standard threading library I guess...
Yes.
libaco currently is only a C coroutine library and has no feature-rich scheduler yet.
Do libaco coroutines run on different CPUs at the same time. i.e. does the program performance benefit from having multiple CPUs? Or do coroutines run on only one CPU at any given point of time. In that case, libaco could used in conjunction to a standard threading library I guess...
The text was updated successfully, but these errors were encountered: