Skip to content

Flamedek/coroutines-unique-work

Repository files navigation

Launch tagged tasks in a CoroutineScope and automatically cancel currently running tasks with the same tag.

Introduces a Task element which can be added to any CoroutineContext to mark it's execution as unique.
If the same unique tag is detected in a different context, the running jobs will be cancelled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages