Uses of Class
org.ldk.structs.FutureCallback
-
Packages that use FutureCallback Package Description org.ldk.structs -
-
Uses of FutureCallback in org.ldk.structs
Methods in org.ldk.structs that return FutureCallback Modifier and Type Method Description static FutureCallback
FutureCallback. new_impl(FutureCallback.FutureCallbackInterface arg)
Methods in org.ldk.structs with parameters of type FutureCallback Modifier and Type Method Description void
Future. register_callback_fn(FutureCallback callback)
Registers a callback to be called upon completion of this future.
-