Improve the async coroutine executor #144
Labels
No labels
bug
documentation
explore
improvement
roadmap
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
Tearnote/Playnote#144
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We currently have a foreground and a background thread pool for running tasks, to avoid worker starvation when running long background jobs like a song import. This is a temporary workaround. In the long term, we need to use a single queue with task priority support.
Submitted as a feature request for libcoro:
https://github.com/jbaldwin/libcoro/issues/458
Implemented in
e26b66d4d0