Switching std::thread to XThread and hosting in object_refs.

This commit is contained in:
Ben Vanik
2015-05-24 20:22:06 -07:00
parent 1104f8e687
commit fff1a7c132
7 changed files with 152 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ class XThread : public XObject {
std::mutex apc_lock_;
NativeList* apc_list_;
XEvent* event_;
object_ref<XEvent> event_;
};
class XHostThread : public XThread {