loloof64
@Composable
NonInteractiveZone
Boolean
shouldBeRunning
startProcess()
endProcess()
myNonInteractiveZone.startProcess()
fun startProcess() { shouldBeRunning = true } fun stopProcess() { shouldBeRunning = false }
stopProcess()
Zach Klippenstein (he/him) [MOD]
A modern programming language that makes developers happier.