mirror of
https://github.com/fafhrd91/actix-web
synced 2025-04-15 01:55:16 +02:00
A spawned thread doesn't block the main thread exiting unless explicitly joined. The demo as written in the guide simply exits immediately at the moment.