func _io_exit(code: Int) 'io -> NeverTerminates the process with code; this operation never resumes.View Sourcepub func _io_exit(code: Int) 'io -> Never { 'io(request: .exit(code)) loop {} }