Crate madsim_macros

source ·
Expand description

Macros for use with Madsim

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

Derive Macros