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
I've thought about this before, but I think this is important. I've done a few multi-threading projects. I think all arrays should be accessible across threads with any special considerations. The user shouldn't have to a:SharedArrayBuffer<T> explicitly.
I've been meaning to ask the TC39 people about introducing language level threading for a while since the current web worker stuff is a mess. Should probably write a proposal sometime.
The text was updated successfully, but these errors were encountered:
I've thought about this before, but I think this is important. I've done a few multi-threading projects. I think all arrays should be accessible across threads with any special considerations. The user shouldn't have to
a:SharedArrayBuffer<T>
explicitly.I've been meaning to ask the TC39 people about introducing language level threading for a while since the current web worker stuff is a mess. Should probably write a proposal sometime.
The text was updated successfully, but these errors were encountered: