You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package implements @safe easy sharing of data between threads without having
to cast and/or lock/unlock a mutex. It does so by using scope and
DIP1000.