Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E09AD18262 for ; Wed, 4 Nov 2015 10:46:27 +0000 (UTC) Received: (qmail 78807 invoked by uid 500); 4 Nov 2015 10:46:27 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 78778 invoked by uid 500); 4 Nov 2015 10:46:27 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 78769 invoked by uid 99); 4 Nov 2015 10:46:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 10:46:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A60EE2C14DC for ; Wed, 4 Nov 2015 10:46:27 +0000 (UTC) Date: Wed, 4 Nov 2015 10:46:27 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1563) .Net: Implement "atomic" data structures. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989302#comment-14989302 ] Pavel Tupitsyn commented on IGNITE-1563: ----------------------------------------- AtomicStamped is essentially an AtomicReference that holds a pair of values. Since there is no standard API in .NET like there is in Java (https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicStampedReference.html), let's ignore AtomicStamped for now. > .Net: Implement "atomic" data structures. > ----------------------------------------- > > Key: IGNITE-1563 > URL: https://issues.apache.org/jira/browse/IGNITE-1563 > Project: Ignite > Issue Type: Task > Components: interop > Affects Versions: 1.5 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Fix For: 1.6 > > > This includes: > atomicSequence; > atomicStamped; > atomicReference -- This message was sent by Atlassian JIRA (v6.3.4#6332)