[FEA] pylibraft
functions should automatically sync the raft handle when it's not passed
#971
Labels
feature request
New feature or request
The
pylibraft
functions all accept an optional rafthandle
argument. When this is not explicitly passed in, we should synchronize the handle automatically at the end of the function.The documentation should also be updated for each of the current functions to let the user know each function will create a new handle and synchronize it automatically when not passed in (which may affect performance).
The text was updated successfully, but these errors were encountered: