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
In an ideal world, yield() should not allocate. I am not sure whether this is possible in general. But my gut feeling is that it should at least be possible when yield() is effectively a no-op as the same task continues.
Maybe being able to preallocate the workqueue so that it does not allocate in practice could be an option?
The text was updated successfully, but these errors were encountered:
In an ideal world,
yield()
should not allocate. I am not sure whether this is possible in general. But my gut feeling is that it should at least be possible whenyield()
is effectively a no-op as the same task continues.Maybe being able to preallocate the workqueue so that it does not allocate in practice could be an option?
The text was updated successfully, but these errors were encountered: