adds tracking issue number
This commit is contained in:
parent
30bfdc8720
commit
7849aeddb9
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ impl Builder {
|
||||||
/// [`Builder::spawn`]: ../../std/thread/struct.Builder.html#method.spawn
|
/// [`Builder::spawn`]: ../../std/thread/struct.Builder.html#method.spawn
|
||||||
/// [`io::Result`]: ../../std/io/type.Result.html
|
/// [`io::Result`]: ../../std/io/type.Result.html
|
||||||
/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
|
/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
|
||||||
#[unstable(feature = "thread_spawn_unchecked", issue = "0")]
|
#[unstable(feature = "thread_spawn_unchecked", issue = "55132")]
|
||||||
pub unsafe fn spawn_unchecked<F, T>(self, f: F) -> io::Result<JoinHandle<T>> where
|
pub unsafe fn spawn_unchecked<F, T>(self, f: F) -> io::Result<JoinHandle<T>> where
|
||||||
F: FnOnce() -> T, F: Send, T: Send
|
F: FnOnce() -> T, F: Send, T: Send
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue