Crate madsim_macros

Source
Expand description

Macros for use with Madsim

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

Derive Macros§

Request