Skip to content

Commit f99d6ca

Browse files
committed
Long lines
1 parent 063a7ad commit f99d6ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/libcore/private.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ extern mod rusti {
5353
type raw_thread = libc::c_void;
5454

5555
/**
56-
Start a new thread outside of the current runtime context and wait for it to terminate.
5756
58-
The executing thread has no access to a task pointer and will be using a normal large stack.
57+
Start a new thread outside of the current runtime context and wait
58+
for it to terminate.
59+
60+
The executing thread has no access to a task pointer and will be using
61+
a normal large stack.
5962
*/
6063
pub unsafe fn run_in_bare_thread(f: ~fn()) {
6164
let (port, chan) = pipes::stream();

0 commit comments

Comments
 (0)