invenia / invenia/ReadWriteLocks.jl

wrong lock primitives

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.