refactor: tests and format the world (#314)

This commit is contained in:
ykiko
2025-11-30 15:21:27 +08:00
committed by GitHub
parent 2214d53ea5
commit cec13ec29b
201 changed files with 8302 additions and 8277 deletions

View File

@@ -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;