async_executor

Attribute Macro async_executor 

Source
#[async_executor]
Expand description

Generates the appropriate async test attribute based on feature flags:

  • If “tokio” feature is enabled: generates #[tokio::test]
  • If “futures” feature is enabled: generates #[apply(test!)]