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