noheltcj / RxCommon

Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
MIT License
82 stars 3 forks source link

Implement properly synchronized access to state #21

Open noheltcj opened 6 years ago

noheltcj commented 6 years ago

Probably the biggest blocker in this case is that state can be accidentally modified simultaneously by separate concurrent threads. Each platform will require separate implementations.