Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
/ scoped-join-set Public archive

A scoped variant of tokio::task::JoinSet that ensures all spawned tasks are valid for the lifetime of a provided scope, enabling safe concurrent execution of non-'static futures.

Notifications You must be signed in to change notification settings

Le-Maz/scoped-join-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

I have not found any way to prevent the user from forgetting whatever prevents continuing the execution until the tasks are stopped, therefore I cannot make this code sound while still useful.

About

A scoped variant of tokio::task::JoinSet that ensures all spawned tasks are valid for the lifetime of a provided scope, enabling safe concurrent execution of non-'static futures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages