gpio icon indicating copy to clipboard operation
gpio copied to clipboard

IRQ - Use a simple read instead of epoll

Open tylerstillwater opened this issue 12 years ago • 0 comments

According to "Tv`" on #go-nuts, the IRQ stuff shouldn't use epoll:

Go subsumes that into the language itself.
Just read from a file descriptor and your goroutine will see data when data is available

We should experiment with this.

tylerstillwater avatar Aug 04 '13 23:08 tylerstillwater