Skip to content

Feature Request: Resource Coordinator Pattern for Thread-Safe File Access #8

@rickhohler

Description

@rickhohler

Requesting a Resource Coordinator (or Locking) Pattern implementation.\n\nContext: WildfireMCP performs concurrent file operations (read/write). We need a mechanism to prevent race conditions when multiple async jobs access the same file paths.\n\nRequirements:\n- Support for Shared (Read) and Exclusive (Write) locks.\n- Path-based locking granularity.\n- Non-blocking or strictly queued requests for access.\n- Integration with Swift Concurrency (Actors).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions