chore: use interrupt function in tests

pull/2/head
Falk Werner 4 years ago
parent d2f078298e
commit e5da835e80

@ -55,6 +55,7 @@ private:
{
std::lock_guard<std::mutex> lock(shutdown_lock);
is_shutdown_requested = true;
wfp_client_interrupt(client);
}
static void Run(Provider::Private * context)

@ -61,6 +61,7 @@ private:
{
std::lock_guard<std::mutex> lock(shutdown_lock);
is_shutdown_requested = true;
wf_server_interrupt(server);
}
static void Run(Server::Private * context)

Loading…
Cancel
Save