aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/timer_scheduler.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move constellation into its own crate.Ms2ger2016-05-181-221/+0
|
* Removed unused importsPer Lundberg2016-05-151-1/+0
| | | | This fixes #11185.
* 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
| | | | | | Similarly, change one instance of `thread::park_timeout_ms`. Fixes #8694
* script: Make timer events e10s-safe.Patrick Walton2015-11-121-4/+6
| | | | Closes #8235.
* 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