Skip to content
Permalink
Browse files

[JBTHR-69] Move spinlocks to wildfly common

  • Loading branch information
dmlloyd committed Apr 27, 2019
1 parent 536b219 commit 9c5a1311f00eb7d8b825db0140ce54185c7cfaf4
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
<version>1.4.0.Final</version>
<version>1.5.0.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -52,6 +52,7 @@
import org.jboss.threads.management.ManageableThreadPoolExecutorService;
import org.jboss.threads.management.StandardThreadPoolMXBean;
import org.wildfly.common.Assert;
import org.wildfly.common.lock.ExtendedLock;

/**
* A task-or-thread queue backed thread pool executor service. Tasks are added in a FIFO manner, and consumers in a LIFO manner.
@@ -21,6 +21,9 @@
import static org.jboss.threads.JBossExecutors.unsafe;

import org.wildfly.common.annotation.NotNull;
import org.wildfly.common.lock.ExtendedLock;
import org.wildfly.common.lock.SpinLock;
import org.wildfly.common.lock.Locks;

/**
* EQE base class: tail section.
@@ -21,6 +21,9 @@
import static org.jboss.threads.JBossExecutors.unsafe;

import org.wildfly.common.annotation.NotNull;
import org.wildfly.common.lock.ExtendedLock;
import org.wildfly.common.lock.SpinLock;
import org.wildfly.common.lock.Locks;

/**
* EQE base class: head section.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9c5a131

Please sign in to comment.
You can’t perform that action at this time.