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 is a very simple implementation of blocking_queue in C++. The 'master' branch contanins a Windows implementation (needs refactor and clean up). The 'unix' branch contains a more cleaner version and compiles on linux.