Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make run_node_until_exit take a future #7318

Merged
1 commit merged into from
Oct 14, 2020
Merged

Commits on Oct 13, 2020

  1. Make run_node_until_exit take a future

    The function takes a closure that resolved before to a `TaskManager`,
    now it resolves to a `Future` which output is a `TaskManager`. This is
    required for node setups that are async.
    bkchr committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    271e627 View commit details
    Browse the repository at this point in the history