We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compat defines a no-op @threads macro when Base.Threads is unavailable.
@threads
Base.Threads
Should we also provide fallbacks for the atomic operations in atomics.jl, viz.,
atomics.jl
atomic_cas!, atomic_xchg!, atomic_add!, atomic_sub!, atomic_and!, atomic_nand!, atomic_or!, atomic_xor!, atomic_max!, atomic_min!,
and is it safe for these simply to revert to their non-atomic form in all circumstances?
The text was updated successfully, but these errors were encountered:
Disregard, this may not be relevant as my code was not doing what I thought it was doing (JuliaLang/julia#17532).
Sorry, something went wrong.
No branches or pull requests
Compat defines a no-op
@threads
macro whenBase.Threads
is unavailable.Should we also provide fallbacks for the atomic operations in
atomics.jl
, viz.,and is it safe for these simply to revert to their non-atomic form in all circumstances?
The text was updated successfully, but these errors were encountered: