Implementing asynchronous signal handling

The Go approach is to use goroutines for asynchronous code. See await-signals example.

1 Like