Module filter

Source
Expand description

Filters, or the mechanism used internally by the event loop.

This module is exposed such that it is possible to integrate async-winit easily with existing winit applications. The Filter type can be provided events, and will send those events to this library’s event handlers.

Structs§

Filter
The filter for passing events to async contexts.

Enums§

ReturnOrFinish
Either a function returned, or an associated future returned first.