Skip to content

llint/PromiseX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromiseX

TypeScript based promise implementation; and, 'await' ready!

Setup

Design

Todo

  • error handling currently doesn't deal with exceptions; should 'try..catch' and setError for the caught exception, or propagate - DONE!
  • have 'then' and 'catch' return 'PromiseX' rather than 'PromiseLike', so 'catch' can be used for chaining just like 'then' do! - DONE!

References & Discussions

About

TypeScript based promise implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published