Skip to content

Instantly share code, notes, and snippets.

View Munzey's full-sized avatar
💭
🤔

Tristan H Munzey

💭
🤔
View GitHub Profile
@Munzey
Munzey / testingCoroutineCancellationFailing.kt
Last active February 4, 2021 22:52
launch inside async cancellation weirdness
import kotlinx.coroutines.*
import kotlin.coroutines.coroutineContext
// doesn't work as I expected :/
// this may just be bad practice to hide the launching of a new coroutine, but curious why it doesnt work the same as in the other example file
suspend fun coroutineScopeWrapper(block: suspend (parentScope: CoroutineScope) -> Unit) {
coroutineScope {
val job = async {
block(this)
}
04eff81a6148ac797ea1a394167b694602d70c095a981025fa6054bed3c88acb60ed085fec6f55989527edb0855032af1fd287627ee13c5159d89522e6d04a7f37;tlsuren
@Munzey
Munzey / 5.1.1 Release Notes
Last active August 29, 2015 14:12
MaryTTS -ReleaseNotes
MaryTTS 5.1.1 Release Notes
===========================
New Features
------------
####Telugu and Turkish return####
- two voices added which had not been rebuilt since v4.0.0
####Site changes####