From 91750debe23939801e9d14f56c88eef7a41aa247 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 10 Sep 2017 19:49:33 +0300 Subject: [PATCH] Remove threadpool --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 5a026c6..8f9d515 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -50,6 +50,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement MFC_DMA_TAG_CMD_STALL_NOTIFY_EVENT and other SPU events. * Return `error_code` from syscalls and functions to enable error reporting. * Improve embedded debugging tools (CPU, RSX, Kernel Explorer). -* Implement simple thread pool (Thread.cpp) * Implement BPIP for synchronization primitives. * Cleanup the VS project files: reduce to two build types (Release and Debug), but both must use *Release* LLVM build. Debug build should include memory leak detection features. \ No newline at end of file