aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/timer_scheduler.rs
Commit message (Expand)AuthorAgeFilesLines
* Move constellation into its own crate.Ms2ger2016-05-181-221/+0
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Use num-traits in compositing.Ms2ger2016-04-201-1/+1
* task -> threadrohan.prinja2016-01-101-3/+3
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+3
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-291-1/+2
* script: Make timer events e10s-safe.Patrick Walton2015-11-121-4/+6
* Use while let{} instead of loop{match{}} in TimerScheduler::run_event_loop()Raphael Nestler2015-11-091-5/+4
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-0/+221