Crate selectme_macros

Source
Expand description

github crates.io docs.rs

Macros for selectme.

Macros§

inline
select

Attribute Macros§

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