Better arg passing for Execute and experimenting with APCs.

This commit is contained in:
Ben Vanik
2014-07-02 15:39:30 -07:00
parent d55a31e210
commit d5f27dbf34
8 changed files with 135 additions and 27 deletions

View File

@@ -66,3 +66,7 @@ uint32_t NativeList::Shift() {
Remove(ptr);
return ptr;
}
bool NativeList::HasPending() {
return head_ != kInvalidPointer;
}