Added classes Rx, RxAlgo, RxCache, RxDataset.

This commit is contained in:
XMRig 2019-07-10 01:53:05 +07:00
parent ea1149a971
commit f42adafee0
18 changed files with 704 additions and 144 deletions

View file

@ -54,6 +54,8 @@ public:
inline ~JobResultsPrivate()
{
Handle::close(m_async);
uv_mutex_destroy(&m_mutex);
}