You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yauheni Akhotnikau edited this page Jun 24, 2022
·
1 revision
This page describes changes and new features of v.1.5.2.
Three new mboxes added to so5extra:
so_5::extra::mboxes::composite. An implementation of mbox that delegates actual processing of messages to different destination mboxes: Composite Mbox.
so_5::extra::mboxes::inflight_limit. An implementation of mbox that limits the number of "in-flight" messages and drops (discards) new messages if the limit exceeded: Inflight-Limit Mbox.
so_5::extra::mboxes::first_last_subscriber_notification. An implementation of mbox for messages of type T that sends notifications when the first subscriber arrives and the last subscribers leaves: First-Last Subscriber Notification Mbox.