Crate tokio_macros

source ·
Expand description

Macros for use with Tokio

Attribute Macros§

  • Marks async function to be executed by the selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.
  • Always fails with the error message below.
  • Marks async function to be executed by selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.
  • Marks async function to be executed by runtime, suitable to test environment. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.
  • Always fails with the error message below.
  • Marks async function to be executed by runtime, suitable to test environment