(no title)
mojuba | 2 months ago
busy = true
Task {
defer { busy = false }
// do async stuff, possibly throwing exceptions and whatnot
}mojuba | 2 months ago
busy = true
Task {
defer { busy = false }
// do async stuff, possibly throwing exceptions and whatnot
}
No comments yet.