amethyst/distill

Replace scoped_threadpool

Closed this issue · 2 comments

Currently I use scoped_threadpool when dispatching out source file processing. This should probably be replaced with tokio/futures UnorderedStream so that we can remove the dependency.

I've already touched this in the errors refactor I did, and this will be the next thing I'm taking care of. (Unless someone else is super stoked about this =P)

Done in #47