ConcurrentQueue: Update to HEAD

This commit is contained in:
Kyle Schwarz
2022-09-09 15:46:46 -04:00
parent b35fab754c
commit 2e296dc8d3
208 changed files with 42592 additions and 274 deletions
@@ -0,0 +1,28 @@
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifdef DLIB_ALL_SOURCE_END
#include "dlib_basic_cpp_build_tutorial.txt"
#endif
#ifndef DLIB_THREADs_
#define DLIB_THREADs_
#include "threads/threads_kernel.h"
#include "threads/auto_mutex_extension.h"
#include "threads/auto_unlock_extension.h"
#include "threads/create_new_thread_extension.h"
#include "threads/multithreaded_object_extension.h"
#include "threads/rmutex_extension.h"
#include "threads/rsignaler_extension.h"
#include "threads/threaded_object_extension.h"
#include "threads/thread_specific_data_extension.h"
#include "threads/thread_function_extension.h"
#include "threads/thread_pool_extension.h"
#include "threads/read_write_mutex_extension.h"
#include "threads/parallel_for_extension.h"
#include "threads/async.h"
#endif // DLIB_THREADs_