Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 687 Bytes

File metadata and controls

25 lines (13 loc) · 687 Bytes

{{async.md}}

modules

akka

  • akka: build concurrent & distributed applications via akka.

executor

  • executor: async processing via Java Executors

reactor

rxjava

  • rx: build reactive web applications via rxjava

  • rxjdbc: efficient execution, concise code, and functional composition of database calls using JDBC and RxJava Observable

scheduling

  • quartz: advanced job scheduling via {{quartz}}.