gpio
                                
                                
                                
                                    gpio copied to clipboard
                            
                            
                            
                        IRQ - Use a simple read instead of epoll
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.