mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
os: create epoll wrapper (#10404)
This commit is contained in:
parent
f922fc2a59
commit
e328b1d292
4 changed files with 397 additions and 0 deletions
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')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue