Crate async_ui_web

source ·
Expand description

Modules

Macros

  • Register CSS to be bundled and generate postfixed classnames.
  • See explanation of select! here. Note that our variant does not support complete or default branch.

Structs

Functions

  • Wait for multiple futures to complete.
  • Start running the given future, letting it render into the <body> of the document.
  • Start running the given future, letting it render into the given node.
  • Wait for the first future to complete.
  • Wait for any future to complete successfully.
  • Wait for all futures to complete successfully, or return early on error.