auto merge of #10095 : huonw/rust/master, r=cmr
Currently each line is a separate bullet point in a list: http://static.rust-lang.org/doc/master/std/task/fn.spawn_sched.html
This commit is contained in:
commit
2ab4a6fab0
@ -526,8 +526,8 @@ pub fn spawn_with<A:Send>(arg: A, f: ~fn(v: A)) {
|
||||
|
||||
pub fn spawn_sched(mode: SchedMode, f: ~fn()) {
|
||||
/*!
|
||||
* Creates a new task on a new or existing scheduler
|
||||
|
||||
* Creates a new task on a new or existing scheduler.
|
||||
*
|
||||
* When there are no more tasks to execute the
|
||||
* scheduler terminates.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user