9e5a5970a3
Improved PIBlockingDeque constructors
...
- resolve creation from constant (see test construct_from_constant_is_max_size_eq_capacity)
- add tests for constructors
2020-08-11 12:30:28 +03:00
46d93c6c9f
Improved PIBlockingDeque behaviour and unit tests for put, offer, take methods
...
- Methods put, offer, take begins working with move and copy semantics
- Mocking queue condition variables with GMock in Unit tests
- Rewrite part of unit tests
2020-08-07 19:12:09 +03:00
662a2fc464
Refactor PIBlockingDequeue
2020-08-07 10:10:05 +03:00
3cfdda7365
PIThreadPoolExecutor & PIBlockingDequeue improvements
...
- add support move & copy semantic
- introduce submit method for executor with future result
2020-08-05 22:59:33 +03:00
21111b3e67
move tests to separate dir
...
create macro "pip_test()" for easily add new tests
2020-07-31 15:47:08 +03:00