Skip to content
Snippets Groups Projects
Commit e66d152f authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

refactor: avoid blocking in migration file parsing

Previouslly we've blocked on scope termination before reading from
channel, so blocking still occured.

With this patch there is new `blocking` wrapper function that executes
provided closure on separate thread and yields until result is ready
parent c63295c5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment