process

fun <T> process(transform: suspend (project: McProject) -> T): Flow<T>(source)

Processes projects in a set order, and automatically clears the cache of each

Since

0.12.0