1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

clean up run-in-thread

This commit is contained in:
Rob Ede
2022-02-02 02:09:06 +00:00
parent ca703d9cec
commit d36c2f0f1f
5 changed files with 26 additions and 24 deletions

View File

@ -9,7 +9,6 @@ members = [
"basics/middleware-http-to-https",
"basics/middleware",
"basics/nested-routing",
"basics/run-in-thread",
"basics/shutdown-server",
"basics/state",
"basics/static_index",
@ -35,6 +34,7 @@ members = [
"other/data_factory",
"other/http-proxy",
"other/protobuf",
"other/run-in-thread",
"other/server-sent-events",
"other/unix-socket",
"security/awc_https",