File tree Expand file tree Collapse file tree 7 files changed +21
-0
lines changed
src/main/java/rx/internal/util Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedAtomicQueue.java
1316 */
1417package rx .internal .util .atomic ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/LinkedQueueNode.java
1316 */
1417package rx .internal .util .atomic ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/MpscLinkedAtomicQueue.java
1316 */
1417package rx .internal .util .atomic ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/SpscLinkedAtomicQueue.java
1316 */
1417package rx .internal .util .atomic ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/atomic/BaseLinkedQueue.java
1316 */
1417package rx .internal .util .unsafe ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/MpscLinkedQueue.java
1316 */
1417package rx .internal .util .unsafe ;
1518
Original file line number Diff line number Diff line change 1010 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111 * See the License for the specific language governing permissions and
1212 * limitations under the License.
13+ *
14+ * Original License: https://github.com/JCTools/JCTools/blob/master/LICENSE
15+ * Original location: https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/SpscLinkedQueue.java
1316 */
1417package rx .internal .util .unsafe ;
1518
You can’t perform that action at this time.
0 commit comments