1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

add async handler test with blocking call

This commit is contained in:
Nikolay Kim
2019-04-29 09:45:37 -07:00
parent f4b4875cb1
commit d2c1791067
2 changed files with 20 additions and 1 deletions

View File

@ -4,7 +4,6 @@
* Add helper function for executing futures `test::block_fn()`
### Changed
* Allow to construct `Data` instances to avoid double `Arc` for `Send + Sync` types.