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 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .atomic ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .atomic ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .atomic ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .atomic ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .unsafe ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .unsafe ;
15
18
Original file line number Diff line number Diff line change 10
10
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the License for the specific language governing permissions and
12
12
* 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
13
16
*/
14
17
package rx .internal .util .unsafe ;
15
18
You can’t perform that action at this time.
0 commit comments