Changes between Initial Version and Version 1 of Ticket #8902, comment 7
- Timestamp:
- Mar 3, 2015, 3:08:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8902, comment 7
initial v1 4 4 > - Why not use fQueue.front() instead of *begin()? 5 5 6 I copied the code already present in the _QueueWorkerThread :-)6 I have copied the code already present in the _QueueWorkerThread :-) 7 7 8 8 > - I would never ask for a specific error code when trying to bail out of an otherwise endless loop. Just imagine you don't have the privileges to use find_thread() in a future Haiku, and get \ `B_PERMISSION_DENIED` back?