Sep 8, 2018 · 1 min read
Thank you for the great intro:
In “Registering functions”
`
import “syscall/js”
`
in main() can replace the c chan creation and <-c with
`
select{}
`
at the end of the main()
Thank you for the great intro:
In “Registering functions”
`
import “syscall/js”
`
in main() can replace the c chan creation and <-c with
`
select{}
`
at the end of the main()