-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version compatible with Julia v1+ #7
Comments
i guess this is really just a question for @iamed2, since this package is their good work |
closed by 8e38292 ? |
That updated the syntax, but there's been no released of the package since (which is what this issue tracks) I don't think this package is even registered in the General registry And i don't know if anyone if interested in this package existing enough to maintain it 😅 |
A more performant thread-safe read-write lock exists in ConcurrentUtilities.jl: https://github.com/JuliaServices/ConcurrentUtilities.jl/blob/v2.2.1/src/rwlock.jl |
cc @iamed2 |
Yeah seems like that rwlock implementation is better? This is indeed not registered, and won't be. License is MIT and forks are welcome if anyone wants to build off this, but it does seem like ConcurrentUtilities.jl is better in every way. |
We may want to do #6 first, and possibly need #5 as well before it's really usable... but I vote we tag a release
The text was updated successfully, but these errors were encountered: