Crate selectme_macros

source ·
Expand description

github crates.io docs.rs

Macros for selectme.

Macros

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.
  • Marks async function to be executed by runtime, suitable to test environment