Skip to content

Replace rayon_futures with Tokio Runtime

Jordan Petridis requested to merge alatiera/future-stuff into next

This also fixes a bug where indexing feeds would block the main thread. I think Rayon spawn_future is blocking till it gets a result back.

Closes #88 (closed)

Edited by Jordan Petridis

Merge request reports