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 this project is useful for some basic needs(handling server connections), it could be improved by generalizing the threadpool to handle multiple scheduling policies. The current implementation would be single queue/multiple threads, but we could add other policies such as work stealing, single threaded, etc.
The text was updated successfully, but these errors were encountered:
While this project is useful for some basic needs(handling server connections), it could be improved by generalizing the threadpool to handle multiple scheduling policies. The current implementation would be single queue/multiple threads, but we could add other policies such as work stealing, single threaded, etc.
The text was updated successfully, but these errors were encountered: