-
Notifications
You must be signed in to change notification settings - Fork 5
v.1.5.2
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.