Skip to content

fix: concurrency protection#75

Merged
jahvon merged 1 commit intomainfrom
mu
Jul 12, 2025
Merged

fix: concurrency protection#75
jahvon merged 1 commit intomainfrom
mu

Conversation

@jahvon
Copy link
Member

@jahvon jahvon commented Jul 12, 2025

Introduce thread-safety improvements across multiple components by adding sync.RWMutex for managing concurrent access to shared state. It also updates the test configuration to enable the -race flag, ensuring race conditions are detected during testing.

@codecov
Copy link

codecov bot commented Jul 12, 2025

Codecov Report

Attention: Patch coverage is 39.58333% with 29 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
container.go 59.37% 13 Missing ⚠️
views/form.go 0.00% 8 Missing ⚠️
views/markdown.go 0.00% 8 Missing ⚠️

📢 Thoughts on this report? Let us know!

@jahvon jahvon merged commit 5b95f73 into main Jul 12, 2025
9 checks passed
@jahvon jahvon deleted the mu branch July 12, 2025 20:52
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

Successfully merging this pull request may close these issues.

1 participant