examples
examples copied to clipboard
example that demonstrates running background tasks alongside the web server
does it refer to running actix server on different thread and then starting something else in loop on different thread and then awaiting both in main thread? if yes i can give it a try
the modern approach would probably be more like a separate task rather than thread but i would consider either
Any progress on this?
https://github.com/actix/examples/tree/master/background-jobs