mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -48,7 +48,7 @@ pub struct ActiveTimers {
|
|||
/// - a timer was added with an earlier callback time. In this case the
|
||||
/// original timer is rescheduled when it is the next one to get called.
|
||||
expected_event_id: Cell<TimerEventId>,
|
||||
/// The nesting level of the currently executing timer task or 0.
|
||||
/// The nesting level of the currently executing timer thread or 0.
|
||||
nesting_level: Cell<u32>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue