remove kea thread library (remove p_thread implementation and use std::thread instead)
The current code uses kea thread library which implements basic synchronization mechanism as a wrapper over p_thread functions. The C++11 standards offers std::thread which should be used instead.
Edited by Razvan Becheriu