We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7fcb0 commit b5d7dabCopy full SHA for b5d7dab
base/poll.jl
@@ -65,9 +65,7 @@ type FileMonitor
65
end
66
67
68
-abstract UVPollingWatcher
69
-
70
-type PollingFileWatcher <: UVPollingWatcher
+type PollingFileWatcher
71
handle::Ptr{Void}
72
file::ByteString
73
interval::UInt32
@@ -163,7 +161,7 @@ type _FDWatcher
163
161
164
162
165
166
-type FDWatcher <: UVPollingWatcher
+type FDWatcher
167
watcher::_FDWatcher
168
readable::Bool
169
writable::Bool
0 commit comments