Package ghidra.async
package ghidra.async
-
ClassDescriptionA debouncer for asynchronous eventsA fence that completes when all participating futures completeAsyncLazyMap<K,
V> A map of cached values computed upon the first request, asynchronouslyA value to be completed once upon the first request, asynchronously This contains a single lazy value.AsyncReference<T,C> An observable reference useful for asynchronous computationsUsed for debouncingA function to filter updates to anAsyncReference
A timer for asynchronous scheduled tasksSome conveniences when dealing with Java'sCompletableFuture
s.A wrapper forSwingUtilities.invokeLater(Runnable)
that implementsExecutorService
.