mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Fix typo in docblock for Core::run()
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ impl Core {
|
|||||||
/// otherwise waiting for the future to complete.
|
/// otherwise waiting for the future to complete.
|
||||||
///
|
///
|
||||||
/// This function will begin executing the event loop and will finish once
|
/// This function will begin executing the event loop and will finish once
|
||||||
/// the provided future is resolve. Note that the future argument here
|
/// the provided future is resolved. Note that the future argument here
|
||||||
/// crucially does not require the `'static` nor `Send` bounds. As a result
|
/// crucially does not require the `'static` nor `Send` bounds. As a result
|
||||||
/// the future will be "pinned" to not only this thread but also this stack
|
/// the future will be "pinned" to not only this thread but also this stack
|
||||||
/// frame.
|
/// frame.
|
||||||
|
|||||||
Reference in New Issue
Block a user