Skip to content
/ RxJob Public

the package implement a light job framework base rx.

License

Notifications You must be signed in to change notification settings

ifoxhz/RxJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJob

the package implement a light job framework base rx.

const Jobtest = new Job()

const task = { fn: console.log, args: i }

jobtest.addTask(task)

jobtest.process()

About

the package implement a light job framework base rx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published