Skip to content
Snippets Groups Projects
Commit 6c6a9133 authored by Christian Wulf's avatar Christian Wulf
Browse files

moved ObservableSpScArrayQueue

parent 5802fd1f
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences #FindBugs User Preferences
#Thu Apr 16 10:55:19 CEST 2015 #Thu Apr 16 10:58:21 CEST 2015
detector_threshold=3 detector_threshold=3
effort=max effort=max
excludefilter0=.fbExcludeFilterFile|true excludefilter0=.fbExcludeFilterFile|true
......
...@@ -15,11 +15,10 @@ ...@@ -15,11 +15,10 @@
*/ */
package teetime.framework.pipe; package teetime.framework.pipe;
import org.jctools.queues.ObservableSpScArrayQueue;
import teetime.framework.AbstractInterThreadPipe; import teetime.framework.AbstractInterThreadPipe;
import teetime.framework.InputPort; import teetime.framework.InputPort;
import teetime.framework.OutputPort; import teetime.framework.OutputPort;
import teetime.util.concurrent.queue.ObservableSpScArrayQueue;
public final class SpScPipe extends AbstractInterThreadPipe implements IMonitorablePipe { public final class SpScPipe extends AbstractInterThreadPipe implements IMonitorablePipe {
......
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.jctools.queues; package teetime.util.concurrent.queue;
import org.jctools.queues.SpscArrayQueue;
public final class ObservableSpScArrayQueue<E> extends SpscArrayQueue<E> { public final class ObservableSpScArrayQueue<E> extends SpscArrayQueue<E> {
......
wiki @ 0e447457
Subproject commit 162510ff4d2f04011498ba6920aae0c78347c6c8 Subproject commit 0e4474577e1f49bc96e734c286b2d9e0363895e8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment