Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 377 Bytes

dispatcherqueue.md

File metadata and controls

22 lines (14 loc) · 377 Bytes
-api-id -api-type
T:Microsoft.UI.Dispatching.DispatcherQueue
winrt class

Microsoft.UI.Dispatching.DispatcherQueue

-description

Manages a prioritized queue on which tasks execute in a serial fashion on a thread.

-remarks

All tasks dispatched to a queue execute on the same thread.

-see-also

-examples