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 3793127 commit 1836794Copy full SHA for 1836794
1 file changed
base/poll.jl
@@ -66,9 +66,7 @@ type FileMonitor
66
end
67
68
69
-abstract UVPollingWatcher
70
-
71
-type PollingFileWatcher <: UVPollingWatcher
+type PollingFileWatcher
72
handle::Ptr{Void}
73
file::ByteString
74
interval::UInt32
@@ -164,7 +162,7 @@ type _FDWatcher
164
162
165
163
166
167
-type FDWatcher <: UVPollingWatcher
+type FDWatcher
168
watcher::_FDWatcher
169
readable::Bool
170
writable::Bool
0 commit comments