From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26190 invoked by alias); 20 Dec 2013 17:49:38 -0000 Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org Received: (qmail 26172 invoked by uid 89); 20 Dec 2013 17:49:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f51.google.com Received: from mail-qe0-f51.google.com (HELO mail-qe0-f51.google.com) (209.85.128.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 20 Dec 2013 17:49:36 +0000 Received: by mail-qe0-f51.google.com with SMTP id 1so2629024qee.38 for ; Fri, 20 Dec 2013 09:49:34 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.49.27.234 with SMTP id w10mr16223755qeg.22.1387561774725; Fri, 20 Dec 2013 09:49:34 -0800 (PST) Received: by 10.229.164.211 with HTTP; Fri, 20 Dec 2013 09:49:34 -0800 (PST) Date: Fri, 20 Dec 2013 17:49:00 -0000 Message-ID: Subject: cancellation API From: Roger Pack To: pthreads-win32 Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013/txt/msg00026.txt.bz2 After a bit of googling, i was still a bit confused. Does the win32-pthreads api support cancellation for things like recv() from sockets or not? (I assume the standard pthreads does?) Thank you, just wondering. -roger-