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

add blocking thread customize (#265)

This commit is contained in:
fakeshadow
2021-02-04 07:01:51 -08:00
committed by GitHub
parent db3385e865
commit 7f0eddd794
4 changed files with 71 additions and 12 deletions

View File

@ -3,9 +3,11 @@
## Unreleased - 2021-xx-xx
* Hidden `ServerBuilder::start` method has been removed. Use `ServerBuilder::run`. [#246]
* Add retry for EINTR(`io::Interrupted`) in `Accept`'s poll loop. [#264]
* Add `ServerBuilder::worker_max_blocking_threads` for customize blocking thread pool. [#265]
[#246]: https://github.com/actix/actix-net/pull/246
[#264]: https://github.com/actix/actix-net/pull/264
[#265]: https://github.com/actix/actix-net/pull/265
## 2.0.0-beta.2 - 2021-01-03