Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Replace SimpleThread by JThread now implementing same features
- Loading branch information
Showing
with
30 additions
and 88 deletions.
- +3 −4 src/client.cpp
- +1 −1 src/client.h
- +2 −2 src/connection.cpp
- +4 −4 src/connection.h
- +8 −17 src/emerge.cpp
- +1 −1 src/emerge.h
- +4 −7 src/httpfetch.cpp
- +7 −8 src/server.cpp
- +0 −44 src/util/thread.h