提交 5dc058fd authored 作者: Serhij S's avatar Serhij S

realtime channel notice

上级 4521b37b
......@@ -70,10 +70,11 @@ Additionally, components support ordering by data priority and automatically
drop expired data if the data type has got an expiration marker method
implemented.
Without policies applied, speed is similar to other popular channel/storage
implementations. With policies data transfer speed can be lower, latency can
rise, however the overall effect is significantly better as the data is
processed directly inside a channel or a storage buffer.
[`pchannel`] is a real-time safe channel, mean it may be not so fast as popular
channel implementations (it may be even slower than channels provided by
[`std::sync::mpsc`]). But it is **completely safe for real-time applications**,
mean there are no spin loops, data is always delivered with minimal latency and
threads do not block each other.
## Real-time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论