ZcashLightClientKit/Sources/ZcashLightClientKit/Service
Lukas Korba fa5bbbb2bf
[#541] Initialise gRPC on a separate thread (#545)
MultiThreadedEventLoopGroup has been replaced with NIOTSEventLoopGroup. It's recommended by authors of grpc-swift especially for iOS platform and it allows us to set the priority because NIOTSEventLoopGroup is GCD based while MultiThreadedEventLoopGroup is pthread based.

[#541] Initialise gRPC on a separate thread (#545)

- priority increased to .default
2022-10-03 15:54:43 -03:00
..
Model Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
ProtoBuf [#463] Migrate LightwalletService to Async/Await (#493) 2022-08-25 10:39:59 -03:00
LightWalletGRPCService.swift [#541] Initialise gRPC on a separate thread (#545) 2022-10-03 15:54:43 -03:00
LightWalletService.swift [#463] Migrate LightwalletService to Async/Await (#493) 2022-08-25 10:39:59 -03:00