1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-03-31 04:02:37 +02:00

2 Commits

Author SHA1 Message Date
Gerd Zellweger
192d0661e9 Change with_tokio_rt to accept Arc<Runtime>.
This allows to share tokio runtimes across different sub-systems
inside your application.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
2024-09-04 15:08:47 -07:00
fakeshadow
b7bfff2b32
add example of using multi-thread tokio runtime (#294)
* add example of using multi-thread tokio runtime

* Update multi_thread_system.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-24 04:56:13 -07:00