16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 00:09:19 +02:00

Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2019-01-01 00:25:18 +01:00
20 changed files with 564 additions and 512 deletions

View File

@@ -116,7 +116,7 @@ private:
void error();
// members
PyObject *m_main { nullptr };
PyObject *m_error { nullptr };
PyObject *m_stderr { nullptr };
PyThreadState *m_mainthread{ nullptr };
worker_array m_workers;
threading::condition_variable m_condition; // wakes up the workers