createTempFile

inline suspend fun createTempFile(filename: String? = null, crossinline block: suspend (Sink) -> Boolean): Path?