Introduce typed semantic analysis pipeline
This commit is contained in:
parent
117d188194
commit
f4cd4f4458
30 changed files with 2079 additions and 2381 deletions
|
|
@ -36,9 +36,8 @@ fun main() {
|
|||
delay(120)
|
||||
ready.send("timer fired")
|
||||
}
|
||||
select {
|
||||
ready -> println("channel says: " + it)
|
||||
}
|
||||
val message = ready.read()
|
||||
println("channel says: " + message)
|
||||
|
||||
val answer = async<Int> {
|
||||
delay(50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue