kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Use emacs-aio #33

Closed kaiwk closed 4 years ago

kaiwk commented 4 years ago

I found there is an async/await library for emacs: emacs-aio. Time to move on to it from deferred.el, since async/await is more idiomatic and more standard way to do asynchronous jobs.

It's also a chance to rewrite some part of it.