matheus-rodrigues00 / utils

✨ Library to commonly used cross-projects utilities methods ✨
17 stars 11 forks source link

feat: add timeover method #47

Closed ahn0min closed 1 year ago

ahn0min commented 1 year ago

Scope of change: Method that emits TimeError if the entire Promise process is not completed within the time limit.

Key File src/promises.ts

Notes This closes #37 ...

ahn0min commented 1 year ago

@matheus-rodrigues00 Please review whether the direction of the code you intended is correct and let me know if you see any improvements

matheus-rodrigues00 commented 1 year ago

@ahn0min looks great! Good test descriptions btw.