mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-11 06:17:40 +08:00
lib: Pass jobs to barrier::Thread as std::function
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "net/SocketMultiplexer.h"
|
||||
#include "mt/Thread.h"
|
||||
#include "arch/Arch.h"
|
||||
#include "base/TMethodJob.h"
|
||||
#include "base/String.h"
|
||||
#include "base/Log.h"
|
||||
#include "base/EventQueue.h"
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#include "net/TCPSocketFactory.h"
|
||||
#include "mt/Thread.h"
|
||||
#include "base/TMethodEventJob.h"
|
||||
#include "base/TMethodJob.h"
|
||||
#include "base/Log.h"
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "platform/MSWindowsDesks.h"
|
||||
#include "platform/MSWindowsScreen.h"
|
||||
#include "platform/MSWindowsScreenSaver.h"
|
||||
#include "base/TMethodJob.h"
|
||||
|
||||
#include "test/global/gtest.h"
|
||||
#include "test/global/gmock.h"
|
||||
|
||||
Reference in New Issue
Block a user