Module maplibre::io::apc

source ·

Structs§

Enums§

Traits§

  • APCs define an interface for performing work asynchronously. This work can be implemented through procedures which can be called asynchronously, hence the name AsyncProcedureCall or APC for short.
  • Allows sending messages from workers to back to the caller.
  • Defines a set of strongly-typed labels for a class of objects

Type Aliases§

  • Type definitions for asynchronous procedure calls. These functions can be called in an AsyncProcedureCall. Functions of this type are required to be statically available at compile time. It is explicitly not possible to use closures, as they would require special serialization which is currently not supported.