Uses of Class
org.ldk.structs.BackgroundProcessor
-
Packages that use BackgroundProcessor Package Description org.ldk.structs -
-
Uses of BackgroundProcessor in org.ldk.structs
Methods in org.ldk.structs that return BackgroundProcessor Modifier and Type Method Description static BackgroundProcessor
BackgroundProcessor. start(Persister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, GossipSync gossip_sync, PeerManager peer_manager, Logger logger, Option_WriteableScoreZ scorer)
Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-