Skip to content

tianzhao/rxjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rxjs

This is a implementation of RxJS API using a thread-like abstraction. The goal is to understand the semantics of RxJS computation and provide an easier way to debug RxJS programs.

For usage, please reference the test cases that can be found in the test folder. All operators were tested. The tests are done primarily on Chrome browser. We try to emulate the semantics of the reference RxJS as close as possible. Right now, we only support default scheduler, where the internal events are synchronously handled. To use async scheduler, the source code need to be modified slightly. Not all options of the RxJS operators are supported.

About

Implement RxJS API using a thread-like abstraction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •