Remove threadpool

Ivan 2017-09-10 19:49:33 +03:00
parent 9b3f9c91a2
commit 91750debe2

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