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 PR fixes load function using std::thread rather than futures.
For windows, the threads created by futures are not removed and the
total number of threads are increase.
We fixes this by using std::thread and join.
signed-off-by jijoong.moon<[email protected]>
0 commit comments