Re-exports§
Modules§
- prelude
- The dunge prelude.
Structs§
- Canvas
- The HTML canvas for the web platform.
- Control
- Passed to the user function to control and interact with the event loop.
- Redraw
- An object for frame redrawing.
- Timer
- The timer type for
await-ing for timings. - Window
- A window within the running event loop.
- Window
Builder - The window builder returned from
make_windowmethod.
Enums§
- Error
- The event loop error type.
Traits§
- Duration
Timer Ext - Extension trait for
Durationtype. - Instant
Timer Ext - Extension trait for
Instanttype.
Functions§
- block_
on - Runs the event loop on the current thread on desktop platform.
- try_
block_ on - Same as
block_on, but allows returning a custom error type.