1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

actix-rt: Make the process of running System in existing Runtime more clear (#173)

This commit is contained in:
Igor Aleksanov
2020-09-06 13:01:24 +03:00
committed by GitHub
parent 88d99ac89c
commit b7a9cb7bb4
4 changed files with 132 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changes
## Unreleased - 2020-xx-xx
### Added
* Add `System::attach_to_tokio` method. [#173]
## [1.1.1] - 2020-04-30
### Fixed