mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: create epoll wrapper (#10404)
This commit is contained in:
6
vlib/os/notify/backend_default.c.v
Normal file
6
vlib/os/notify/backend_default.c.v
Normal file
@ -0,0 +1,6 @@
|
||||
module notify
|
||||
|
||||
// Implement the API
|
||||
pub fn new() ?FdNotifier {
|
||||
panic('unsupported')
|
||||
}
|
Reference in New Issue
Block a user