We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063a7ad commit f99d6caCopy full SHA for f99d6ca
src/libcore/private.rs
@@ -53,9 +53,12 @@ extern mod rusti {
53
type raw_thread = libc::c_void;
54
55
/**
56
-Start a new thread outside of the current runtime context and wait for it to terminate.
57
58
-The executing thread has no access to a task pointer and will be using a normal large stack.
+Start a new thread outside of the current runtime context and wait
+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.
62
*/
63
pub unsafe fn run_in_bare_thread(f: ~fn()) {
64
let (port, chan) = pipes::stream();
0 commit comments