Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 517 Bytes

File metadata and controls

12 lines (7 loc) · 517 Bytes

J4JSoftware.WindowsUtilities

The library repository is available on github.

The change log is available here.

Provides support utilities for Windows App (WinUI 3) programs, including:

  • a debounce dispatcher, to manage rapid property changes which can overwhelm update routines
  • a throttle dispatcher, to manage rapid repetive method calls

This assembly targets Net 7 and has nullability enabled.