Monday, April 2, 2018

What Is An Observable

Observable emits data as a stream of values, observers are functions which subscribe(i.e consume) this data and do some processing on this recieved data.

source https://www.c-sharpcorner.com/Blogs/what-is-an-observable

No comments:

Post a Comment