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 b422c1d commit 87119f5Copy full SHA for 87119f5
src/layers/async-hdf5-data.jl
@@ -13,7 +13,7 @@ using HDF5
13
is_source => true
14
)
15
16
-const AsyncCommsType = @static VERSION < v"0.6-" ? Task : Channel
+const AsyncCommsType = @static VERSION < v"0.6-" ? Task : Channel{Any}
17
18
type AsyncHDF5DataLayerState <: LayerState
19
layer :: AsyncHDF5DataLayer
0 commit comments