• Bastian Köcher's avatar
    Process runtime api requests in the background (#2035) · d00c05ba
    Bastian Köcher authored
    This pr changes how the runtime api subsystem processes runtime api
    requests. Instead of answering all of them in the subsystem task and
    thus, making all requests sequential, we now answer them in a background
    task. This enables us to serve multiple requests at once.
    d00c05ba
This project manages its dependencies using Cargo. Learn more