Skip to content

New Feature

Latest
Compare
Choose a tag to compare
@Areeb-Gillani Areeb-Gillani released this 25 Dec 21:36
· 4 commits to main since this release
  • Threading model support added on service level. Now you can run the service class on EventLoop, Virtual Thread and Worker Thread when you set the type attribute of a service unit to EL, VT, or W respectively.
  • Workers naming convention changed to ServiceUnits as it makes more sense after this new support
  • Redundant code removal