Skip to content

MarcRoulleau/reactive-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

reactive-kotlin

⚠️ Educational project only. Should not be used in production ⚠️

Concepts:

  • Observable contract (Done)
  • Operators
    • Create (In Progress)
    • Reduce (In Progress)
    • Transform (In Progress)
    • Inspect
  • Disposable
    • Serial (In Progress)
    • Composite :(Done)
    • Single (Done)
  • Backpressure and load shedding
  • Concurrency
    • Scheduler
    • SubscribeOn/ObserveOn
  • Error Handling
  • Timer
  • Subject
  • Paradigm Transition

About

Simple reactive programming framework for educational purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages