New
tui-realm 3.1.0
3.1.0
Released on 26/08/2025
- Remove
PartialOrdbound forUserEvent. - Add
Sendbound forUserEventto traitPoll, as was already required for adding it toSyncPort. - Remove unnecessary bounds on Input Event Listeners.
- Improve documentation for
PollAsyncandPoll. - Add
PollStrategy::UpToNoWaitwhich is practially the same asPollStrategy::UpTo, just that it does not block again after the first event. - Add
PollStrategy::BlockCollectUpToto block until there is at least one event available, then collect up tonevents, if available without blocking again. - Allow sharing
SubClauses inSubby passing in a instance ofArc<SubClause>.