mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
fixed docstring for create_compositor_task
This commit is contained in:
parent
b5dac3f426
commit
112ec6f938
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ impl CompositorTask {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Starts the compositor. Returns an interface that can be used to communicate with the
|
/// Starts the compositor, which listens for messages on the specified port.
|
||||||
/// compositor
|
|
||||||
pub fn create_compositor_task(port: Port<Msg>,
|
pub fn create_compositor_task(port: Port<Msg>,
|
||||||
profiler_chan: ProfilerChan,
|
profiler_chan: ProfilerChan,
|
||||||
shutdown_chan: Chan<()>) {
|
shutdown_chan: Chan<()>) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue