async_main

Attribute Macro async_main 

Source
#[async_main]
Expand description

Mark the entry point of the program.

§Current Runtime/Executor list

  • async_executor
  • async_std
  • futures
  • pasts
  • tokio

§Options

Currently, no options are available and the crate will error if you add more than one attribute parameter.