pilebones / go-udev

Simple udev implementation in Golang
GNU General Public License v3.0
95 stars 28 forks source link

Use correctly the go scheduler when reading the netlink file descriptor #19

Open pilebones opened 3 years ago

pilebones commented 3 years ago

Use correctly the go scheduler when reading the netlink file descriptor.

By this way, the scheduler go could manage the select block (from monitor mode) correctly because when reading using the os.File abstraction layer the system interruptions is done by the go runtime.

For this we should: