refactor: tests and format the world (#314)
This commit is contained in:
@@ -3,15 +3,14 @@
|
||||
#include <chrono>
|
||||
#include <cstddef>
|
||||
|
||||
#include "libuv.h"
|
||||
#include "Task.h"
|
||||
#include "Awaiter.h"
|
||||
|
||||
#include "Support/JSON.h"
|
||||
#include "Task.h"
|
||||
#include "libuv.h"
|
||||
#include "Support/Enum.h"
|
||||
#include "Support/JSON.h"
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/FunctionExtras.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace clice::async {
|
||||
|
||||
@@ -56,9 +55,9 @@ public:
|
||||
|
||||
~handle();
|
||||
|
||||
handle& operator= (const handle&) = delete;
|
||||
handle& operator=(const handle&) = delete;
|
||||
|
||||
handle& operator= (handle&& other) noexcept = delete;
|
||||
handle& operator=(handle&& other) noexcept = delete;
|
||||
|
||||
int value() const {
|
||||
return file;
|
||||
|
||||
Reference in New Issue
Block a user