Skip to content
Snippets Groups Projects
Commit 81cb41f4 authored by Georges Racinet's avatar Georges Racinet
Browse files

RHGitaly: blocking variant of revision resolution

This will be used once in a thread created by `spawn_blocking`,
typically with the closure given to the likes of
`repository::load_repo_and_stream`.

It is a bit annoying to introduce the dependency to
`futures::executor` for this, but we don't feel at ease
using `tokio::runtime::Runtime.block_on`, as this is really
meant as an entry point (looks like we'd need to create a new
runtime and it's not clear whether it would interfere with the
current running one or not).
parent 03355820
No related branches found
No related tags found
3 merge requests!186Merging stable branch into default,!177Merged oldstable branch for RHGitaly blob methods,!175RHGitaly Blob requests
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