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
The template that checks for weakly isolated arguments doesn't take Rebindable into account. Given that immutable classes don't work with receive from the stdlib, Rebindable is the only way that works there and it doesn't work with vibe.d, making shared classes the only way to send class references to another task.
The text was updated successfully, but these errors were encountered:
The template that checks for weakly isolated arguments doesn't take Rebindable into account. Given that immutable classes don't work with receive from the stdlib, Rebindable is the only way that works there and it doesn't work with vibe.d, making shared classes the only way to send class references to another task.
The text was updated successfully, but these errors were encountered: