mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
docs: ✏️ unnecessary need to in global_context.rs (#2268)
This commit is contained in:
parent
7beacdf9c7
commit
e03593cff7
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn suspend(task: Task) -> Element {
|
|||
|
||||
/// Start a new future on the same thread as the rest of the VirtualDom.
|
||||
///
|
||||
/// **You should generally use `spawn` instead of this method unless you specifically need to need to run a task during suspense**
|
||||
/// **You should generally use `spawn` instead of this method unless you specifically need to run a task during suspense**
|
||||
///
|
||||
/// This future will not contribute to suspense resolving but it will run during suspense.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue