File: main-02-only-async.rs

package info (click to toggle)
rust-actix-macros 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (4 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
#[actix_rt::main]
fn main() {
    futures_util::future::ready(()).await
}