libmir / mir-algorithm

Dlang Core Library
http://mir-algorithm.libmir.org
Other
174 stars 37 forks source link

is lightScope of Slice!(RCI!T, N) thread-safe? #463

Closed aferust closed 1 year ago

aferust commented 1 year ago

Is lightScope of Slice!(RCI!T, N) thread-safe too? (if of course, the lifetime of Slice!(RCI!T, N) is assured).

aferust commented 1 year ago

Ahh, forget about this. I have found my problem (it was not about multi-threading). Thank you.