pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

Convert to Async #88

Closed confused-Techie closed 11 months ago

confused-Techie commented 1 year ago

IMO looking at this code does feel a lot like callback hell, so I'm hoping to remedy this by implementing async capabilities into PPM. Obviously we may not be able to do it all at once, so will start small and work up to the bigger portions of the code as possible.

confused-Techie commented 11 months ago

As this PR has only failing tests, and PR #95 is seeing much more activity and success, I'll go ahead and close this one out in favour of #95