adds tracking issue number
This commit is contained in:
parent
30bfdc8720
commit
7849aeddb9
@ -451,7 +451,7 @@ impl Builder {
|
||||
/// [`Builder::spawn`]: ../../std/thread/struct.Builder.html#method.spawn
|
||||
/// [`io::Result`]: ../../std/io/type.Result.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
|
||||
F: FnOnce() -> T, F: Send, T: Send
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user