Create a deque of 100 elements and two threads having access to functionOne and functionTwo. functionOne() pushes a data in the deque and functionTwo() prints and pops data from the deque.