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
while we're looking into async IO (see #4), it should be easier to have a thread pool to which we can give the requests to handle.
What happens to the shared state of the list of modules? Should that be hidden behind a mutex if we want to modify that list dynamically?
The text was updated successfully, but these errors were encountered:
while we're looking into async IO (see #4), it should be easier to have a thread pool to which we can give the requests to handle.
What happens to the shared state of the list of modules? Should that be hidden behind a mutex if we want to modify that list dynamically?
The text was updated successfully, but these errors were encountered: