o19s / hello-nlp

A natural language search microservice
Other
96 stars 12 forks source link

Async all the things #15

Open binarymax opened 4 years ago

binarymax commented 4 years ago

There are lots of things already using async, including the REST API calls and Search engine passthroughs. But the pipeline and file IO are not yet awaitable and need to be.

Specifically, focus needs to be made here: