You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/11 14:18:00 UTC

[jira] [Updated] (THRIFT-4730) Remove pthread and boost::thread library support and use std::thread for C++11

     [ https://issues.apache.org/jira/browse/THRIFT-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-4730:
--------------------------------------
    Summary: Remove pthread and boost::thread library support and use std::thread for C++11  (was: remove pthread code)

> Remove pthread and boost::thread library support and use std::thread for C++11
> ------------------------------------------------------------------------------
>
>                 Key: THRIFT-4730
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4730
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: yuanyuan chen
>            Assignee: James E. King III
>            Priority: Major
>              Labels: Breaking-Change
>             Fix For: 1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using C++11 std::thread and std::mutex instead of pthread to enhance portability across different platforms (especially Windows).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)