DASK has a very powerful distributed api. As far as I can understand it can only support though native python code and modules.
Does anyone know if distributed DASK can support c++ workers? I could not find anything in the docs.
Would there be any other approach apart from adding python bindings to cpp code to use that functionality?