I have this perl script with additional thread "read_pipe" that read data from fifo pipe and enqueue that data to queue. On other end this data from queue should be read in main thread. Reading data from pipe and puting it on queue is OK, but main thread never get this data.
Why dequeue do not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.