DispatchList
A ThunkMarker that dispatches actions in given order. It should be created with plus.
Constructors
Functions
Properties
Extensions
Link copied to clipboard
Creates a DispatchList with this action and other. This operator automatically flattens DispatchList, so a chain of calls results in a single and flat DispatchList.
Link copied to clipboard
infix fun DispatchList.support(support: DispatchListSupport.JoiningCoroutines): JoiningCoroutinesDispatchList
Transforms DispatchList to JoiningCoroutinesDispatchList according to support object.