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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,10 +439,14 @@ The above example would use the `EventPoolLowestLoadBalancer` implementation, wh
439
439
**NOTE:** When no `balancer` is declared, `EventPool` will use `EventPoolRoundRobinBalancer` by default.
440
440
441
441
## Features Coming Soon
442
-
`EventDrivenSwift` is an evolving and ever-improving Library, so here is a list of the features you can expect in future releases:
442
+
`EventDrivenSwift` is an evolving and ever-improving Library, so here are lists of the features you can expect in future releases.
443
+
444
+
Version 4.1.0 (or 5.0.0 if interface-breaking changes are required):
443
445
-**Event Pool Scalers** - Dynamic Scaling for `EventPool` instances will be fully-implemented
446
+
-**Latest-Only Events** - A Dispatch option to replace any unprocessed (older) *Events* with the newest *Event* of that specific *Eventable* type. This will be useful for things like sensor readings, where you only care about the most recent value possible (because older values are no longer relevant)
444
447
445
-
These are the features intended for the next Release, which will either be *4.1.0* or *5.0.0* depending on whether these additions require interface-breaking changes to the interfaces in version *4.0.0*.
448
+
Version 5.1.0 (or 6.0.0 if interface-breaking changes are required):
449
+
-**Event Scheduling** - A Dispatch Scheduler to ensure that *Events* aren't Dispatched until a specific time (or after a specific interval)
0 commit comments