mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 06:51:07 +00:00
Expose internal functions used by spawn_tasks (#3166)
This allows to build a custom version of `spawn_tasks` with less copy-paste required. Resolves https://github.com/paritytech/polkadot-sdk/issues/2110 --------- Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -368,7 +368,7 @@ mod waiting {
|
||||
}
|
||||
|
||||
/// Starts RPC servers.
|
||||
fn start_rpc_servers<R>(
|
||||
pub fn start_rpc_servers<R>(
|
||||
config: &Configuration,
|
||||
gen_rpc_module: R,
|
||||
rpc_id_provider: Option<Box<dyn RpcSubscriptionIdProvider>>,
|
||||
|
||||
Reference in New Issue
Block a user