0
Reactive Programming
Can anyone explain me about reactive programming?
1 Answer
+ 3
Reactive programmimg builds codes that work in response to external demands and mostly deal with
accurate interrupt handling.
It runs in asynchronous way and only executed when there is external request interrupt, callback function is called upon triggered by the request. The fallback might return a response which trigger another reactive program.