Interface Task<V>

Type Parameters:
V - the value produced by the task upon completion.
All Known Subinterfaces:
Task.Cancellable<V>
All Known Implementing Classes:
VirtualThreadTask

public interface Task<V>
  • Method Details