Uses of Class
org.ldk.structs.MultiThreadedLockableScore
-
Packages that use MultiThreadedLockableScore Package Description org.ldk.batteries org.ldk.structs -
-
Uses of MultiThreadedLockableScore in org.ldk.batteries
Fields in org.ldk.batteries declared as MultiThreadedLockableScore Modifier and Type Field Description MultiThreadedLockableScore
ChannelManagerConstructor. scorer
A mutex holding the `ProbabilisticScorer` which was loaded on startup. -
Uses of MultiThreadedLockableScore in org.ldk.structs
Methods in org.ldk.structs that return MultiThreadedLockableScore Modifier and Type Method Description static MultiThreadedLockableScore
MultiThreadedLockableScore. of(Score score)
Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
-