Files
filament/libs/utils
Mathias Agopian f9cc118bdb Always wake up a job queue when a job is ran
We used to only wake up a job-queue if there was already some jobs
running, the idea was that the current thread would handle the new job
as soon as calling wait(). However, there is no guarantee that wait() 
will be called anytime soon.

cv.signal() is not very expensive on Android/Linux, as we're using
a custom implementation.
2018-12-10 21:33:38 -08:00
..
2018-11-29 11:44:52 -08:00
2018-12-04 17:56:37 -08:00
2018-11-13 16:02:44 -08:00
2018-08-03 10:38:22 -07:00
2018-12-03 11:58:30 -08:00