Uses of Class
org.ldk.structs.Sleeper
-
Packages that use Sleeper Package Description org.ldk.structs -
-
Uses of Sleeper in org.ldk.structs
Methods in org.ldk.structs that return Sleeper Modifier and Type Method Description static Sleeper
Sleeper. from_single_future(Future future)
Constructs a new sleeper from one future, allowing blocking on it.static Sleeper
Sleeper. from_two_futures(Future fut_a, Future fut_b)
Constructs a new sleeper from two futures, allowing blocking on both at once.static Sleeper
Sleeper. of(Future[] futures)
Constructs a new sleeper on many futures, allowing blocking on all at once.
-