mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -169,7 +169,7 @@ impl CefTask {
|
|||
self.c_object))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl CefWrap<*mut cef_task_t> for CefTask {
|
||||
fn to_c(rust_object: CefTask) -> *mut cef_task_t {
|
||||
|
@ -449,7 +449,7 @@ impl CefTaskRunner {
|
|||
CefWrap::to_c(threadId)))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl CefWrap<*mut cef_task_runner_t> for CefTaskRunner {
|
||||
fn to_c(rust_object: CefTaskRunner) -> *mut cef_task_runner_t {
|
||||
|
@ -475,4 +475,3 @@ impl CefWrap<*mut cef_task_runner_t> for Option<CefTaskRunner> {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue