Dan Burkert has posted comments on this change. Change subject: Replace uses of boost::thread with std::thread ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/1868/1//COMMIT_MSG Commit Message: Line 7: Replace uses of boost::thread with std::thread > Right, sorry, forgot that with this patch, there is no boost thread usage a Yes, still only two types of thread. The boost thread dependency remains since we use some lock types defined their. I have a follow-up commit to remove most, but not all, boost mutexes. -- To view, visit http://gerrit.cloudera.org:8080/1868 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I27e14c505cbfacf791f9730dc343196ea720134b Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
