Created by: cs2be
- Initial implementation of select_op, which is inspired by golang http://www.tapirgames.com/blog/golang-concurrent-select-implementation
- Create Python API to allow users to access select_op
- Create Select unit test in C++
- Create Select unit test in Python
- Moved Channel utility methods to paddle/fluid/operators/concurrency