This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
867f4376d8
v
/
vlib
/
os
/
notify
/
backend_default.c.v
7 lines
87 B
V
Raw
Normal View
History
Unescape
Escape
os: create epoll wrapper (#10404)
2021-06-15 04:44:31 +03:00
module
notify
// Implement the API
all: change optional to result of io (#16075)
2022-10-16 09:28:57 +03:00
pub
fn
new
(
)
!
FdNotifier
{
os: create epoll wrapper (#10404)
2021-06-15 04:44:31 +03:00
panic
(
'
u
n
s
u
p
p
o
r
t
e
d
'
)
}
Reference in New Issue
Copy Permalink