提交 de7a3072 authored 作者: Serhij S's avatar Serhij S

README.md

上级 641d3855
...@@ -146,9 +146,8 @@ Currently supported: ...@@ -146,9 +146,8 @@ Currently supported:
Note: the asynchronous components use `parking_lot_rt` locking only. Note: the asynchronous components use `parking_lot_rt` locking only.
By default, the crate (both the server and the client modules) uses By default, the crate uses [parking_lot](https://crates.io/crates/parking_lot)
[parking_lot](https://crates.io/crates/parking_lot) for locking. For real-time for locking. For real-time applications, the following features are available:
applications, the following features are available:
* `locking-rt` - use [parking_lot_rt](https://crates.io/crates/parking_lot_rt) * `locking-rt` - use [parking_lot_rt](https://crates.io/crates/parking_lot_rt)
crate which is a spin-free fork of parking_lot. crate which is a spin-free fork of parking_lot.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论