简单让你的应用支持类似 ./your_app start | stop | status | daemon
所有者 funtoy.
#62 in #停止
5KB 97 行
简单让你的应用支持类似 ./your_app start | stop | status | daemon。
#[actix_web::main] async fn main() { sssd::create(|| your_async_func()).await }
~0.7–1MB ~19K SLoC