compose

suspend fun <T> compose(vararg configs: PollingConfig<T>): PollingOutcome<T>

Compose multiple polling operations sequentially. Stops early on non-success outcomes. Returns the last outcome (success from the last config or the first non-success).