intel-device-plugins-for-ku.../internal
Dmitry Rozhkov d6efab8dd9 internal: isolate goroutine from its outter scope
Goroutines don't capture the values of the variables they reference from their
outter scope. As result the last value of `devType` is used at the moment
the goroutine runs.

Pass the correct value of `devType` to the goroutine call.

closes #113
2018-11-05 16:51:07 +02:00
..
deviceplugin internal: isolate goroutine from its outter scope 2018-11-05 16:51:07 +02:00