Bazaar

Bazaar

 




Wiki Tools

  • Login
  • Create Profile
  • FindPage
  • RecentChanges
  • Page History
  • Attachments

An input/output method that allows an application to submit a request, perform operations (without waiting for the results), then process the results of the request when they are available. This contrasts with synchronous (blocking) operations, in which the application submits a request, then waits for the request to be satisfied before continuing.