/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
/// Create a generic multi-threaded runtime with `num_threads`.
///
/// No guarantees are made about the returned [`tokio::runtime::Runtime`] except that it
/// will have `num_threads` workers.
///////////
// Tests //
///////////