index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
vlib
/
os
/
notify
/
backend_default.c.v
blob: 1a35c5087eaca2c11ca053c024d7579ddb54a43d (
plain
)
1
2
3
4
5
6
module
notify
// Implement the API
pub
fn
new
()
?
FdNotifier
{
panic
('
unsupported
')
}