Re: Strange behaviour of Queue object

2017-02-04 Thread Markus Winter
: Hi, I encounter a strange behaviour of the Queue object. The following code is a simple POC for the problem I have. import java.io.IOException; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import

Re: Strange behaviour of Queue object

2017-02-04 Thread Markus Winter
the queue. Then it may easily have 0. BR, Oleg воскресенье, 5 февраля 2017 г., 1:19:24 UTC+1 пользователь Markus Winter написал: Hi, I encounter a strange behaviour of the Queue object. The following code is a simple POC for the problem I have. import java.io.IOException

Re: Strange behaviour of Queue object

2017-02-04 Thread Oleg Nenashev
. Then it may easily have 0. BR, Oleg воскресенье, 5 февраля 2017 г., 1:19:24 UTC+1 пользователь Markus Winter написал: > > Hi, > I encounter a strange behaviour of the Queue object. > The following code is a simple POC for the problem I have. > > import java.io.IOException; >

Strange behaviour of Queue object

2017-02-04 Thread Markus Winter
Hi, I encounter a strange behaviour of the Queue object. The following code is a simple POC for the problem I have. import java.io.IOException; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.logging.Logger; import