Package dev.webfx.platform.async


package dev.webfx.platform.async
  • Class
    Description
    A functional interface for asynchronous operations that take two arguments and return a future result.
    A functional interface for asynchronous operations that take one argument and return a future result.
    Encapsulates the result of an asynchronous operation.
     
     
    The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
    Represents the result of an action that may, or may not, have occurred yet.
     
    A generic event handler.
    Represents the writable side of an action that may, or may not, have occurred yet.
    This class can be used for simple handlers which don't receive any value.