pub fn block_on_async<T, F>(f: F) -> Result<T>
Expand description
Please only use this method because you are calling from (optionally first as async) to sync then to a async a terrible hack to call async from sync by:
TODO(discord9): find a better way
- using a cached runtime
- block on that runtime