invenia / invenia/ReadWriteLocks.jl
wrong lock primitives
Open
- Dominant language
- Julia
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
> This package is meant to be compatible with Julia's lightweight threads (where it is not strictly necessary) and true multithreaded Julia, in order to facilitate unified codebases that support future thread-safety.
This statement is not currently achievable: `Threads.Mutex` is not compatible with Julia's lightweight task system and `Condition` / `wait` / `async` / `schedule` are not compatible with multithreading.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.