Skip to content

Proposal: Add cancelAll() method to FIFOQueue/ActorQueue #62

@songhuaixu

Description

@songhuaixu

Goals

Provide a thread-safe method to cancel all pending operations in a queue

Non-Goals
No changes to Queue's fundamental execution model

Does not handle operation dependencies automatically

Investigations

Individual cancellation: Requires maintaining references to all Task and calling cancel() on each, which is cumbersome

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions