#[main]
Expand description
Defines the async main function.
Same thing what runtime::main
does, but without checks and with futures::executor
instead.
It is used for heim
examples only.
#[main]
Defines the async main function.
Same thing what runtime::main
does, but without checks and with futures::executor
instead.
It is used for heim
examples only.