-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I just found out that there's https://github.com/jimmywarting/await-sync and that got me thinking... It'd be cool if there was one way of doing things with regard to synchronous worker magic. Right now there is:
- https://github.com/jimmywarting/await-sync
- (this package) https://github.com/tinylibs/tinylet
- https://github.com/un-ts/synckit
- https://github.com/abbr/deasync
- https://github.com/sindresorhus/make-synchronous
- https://github.com/Kaciras/deasync
I can acknowledge that some of the more low-level Node.js-specific ones are in a "different class" but there's https://github.com/jimmywarting/await-sync and https://github.com/tinylibs/tinylet which seem to do the same thing(ish)...
If possible, I think it'd be great for either this package or https://github.com/jimmywarting/await-sync to be "the one". I'm perfectly OK with deprecating (or yanking since this package has <10 weekly DLs and no dependants) in favor of https://github.com/jimmywarting/await-sync and contributing my changes there, or it could go the other way around. π€·ββοΈ
TLDR: I think that these two packages overlap enough that I'd like to combine them. Is this a good idea? π€ @jimmywarting thoughts? I don't know if I'm overstepping etiquette or anything here.