obsidian-rs / obsidian

Ergonomic async http framework for reliable and efficient web
MIT License
26 stars 4 forks source link

Feature/async await #32

Closed plwai closed 4 years ago

plwai commented 4 years ago

close #31

jk-gan commented 4 years ago

I will review it in this weekend

jk-gan commented 4 years ago

any reason for switching from tokio to async-std?

plwai commented 4 years ago

async-std api is cleaner and easier compared with tokio.