feat(thread pool): Add thread pool with basic functionality
- Add MPMC blocking queue to thread pool
- Add submit task function to thread pool
- Add dynamic thread management to thread pool
- Add thread pool state
- Add task waiting method to thread pool
- Test above functions