JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Compat for @spawn using @async? #735

Open nalimilan opened 3 years ago

nalimilan commented 3 years ago

Would it make sense to provide Compat.@spawn, which would call @async on Julia < 1.3? At least it seems to work in the cases I've tried. That would avoid having to duplicate code with VERSION checks.