Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TaskGroup #2

Open
lumiasaki opened this issue Jun 9, 2022 · 0 comments
Open

Implement TaskGroup #2

lumiasaki opened this issue Jun 9, 2022 · 0 comments

Comments

@lumiasaki
Copy link
Owner

Background

Sometimes we want two popups share one single priority due to some business associations, but they still rely on the timing they are added into the queue, from current implementation this is unavailable, this issue raise up a solution to support this.

Details

TaskGroup

A task group indicates a set of tasks, the order of tasks rely on the order of invoking add(_:) method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant