mirror of
https://github.com/actix/actix-extras.git
synced 2025-05-10 17:02:28 +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.