Add concurrent library support

This commit is contained in:
5 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#include <blockingdequeue.h>
int main() {
// TODO
}