Expand description

Main loop abstraction layer API.

Structs

Traits

  • Mainloop trait, to be implemented by the different types of mainloops.
  • This enables generic type enforcement with MainloopInner objects, and describes mandatory accessors for the internal pointers, allowing access to these pointers across the generic implementations to work.
  • This enables generic type enforcement with the opaque C objects.

Type Definitions