dask pybind11 how to get the correct value from client.submit()
I have a question about the return object value from python.
use pybind11 to interface C++ function from python3
use Dask to do distributed computing
The following are the progeam snippet.