Run class member function in separate threadWhat is the difference between a process and a thread?“implements Runnable” vs “extends Thread” in JavaHow do I update the GUI from another thread?How to use threading in Python?Using generic std::function objects with member functions in one classStart thread with member functionHow to directly bind a member function to an std::function in Visual Studio 11?Binding class member functions for boost::signals2Calling a class member function from a thread using pthread_createRun Member Function in Separate thread

Purpose of のは in this sentence?

What does this colon mean? It is not labeling, it is not ternary operator

Upside-Down Pyramid Addition...REVERSED!

Why do money exchangers give different rates to different bills?

Building a list of products from the elements in another list

How can I support myself financially as a 17 year old with a loan?

Point of the the Dothraki's attack in GoT S8E3?

I drew a randomly colored grid of points with tikz, how do I force it to remember the first grid from then on?

Would Hubble Space Telescope improve black hole image observed by EHT if it joined array of telesopes?

Pressure inside an infinite ocean?

How can I get a job without pushing my family's income into a higher tax bracket?

How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?

Set collection doesn't always enforce uniqueness with the Date datatype? Does the following example seem correct?

Can an isometry leave entropy invariant?

Why are prions in animal diets not destroyed by the digestive system?

What is the difference between 反日 and 日本たたき?

Which module had more 'comfort' in terms of living space, the Lunar Module or the Command module?

Position of past participle and extent of the Verbklammer

How wide is a neg symbol, how to get the width for alignment?

Would glacier 'trees' be plausible?

What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?

How do I overfit?

Should I replace my bicycle tires if they have not been inflated in multiple years

What is the name of this hexagon/pentagon polyhedron?



Run class member function in separate thread


What is the difference between a process and a thread?“implements Runnable” vs “extends Thread” in JavaHow do I update the GUI from another thread?How to use threading in Python?Using generic std::function objects with member functions in one classStart thread with member functionHow to directly bind a member function to an std::function in Visual Studio 11?Binding class member functions for boost::signals2Calling a class member function from a thread using pthread_createRun Member Function in Separate thread






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















Good time of the day! I'm using Visual Studio 2015 with boost 1.66. Currently, I'm trying to run class member function in a separate thread using boost.



void ServerWorkerTh()




void StartServer() const

auto f = boost::bind(&NetworkCore::ServerWorkerTh, this);
boost::thread th(f);



But I'm getting




error C2440: 'argument': cannot convert from 'const NetworkCore' to
'NetworkCore &'




It seems that compiler want to receive a reference to a real object, but I'm actually giving him this. Is it possible to run class member function in a separate thread without using lambdas?










share|improve this question

















  • 2





    void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

    – n.m.
    Mar 22 at 22:16












  • Uh! That was my hard fail

    – user922871
    Mar 22 at 22:31

















1















Good time of the day! I'm using Visual Studio 2015 with boost 1.66. Currently, I'm trying to run class member function in a separate thread using boost.



void ServerWorkerTh()




void StartServer() const

auto f = boost::bind(&NetworkCore::ServerWorkerTh, this);
boost::thread th(f);



But I'm getting




error C2440: 'argument': cannot convert from 'const NetworkCore' to
'NetworkCore &'




It seems that compiler want to receive a reference to a real object, but I'm actually giving him this. Is it possible to run class member function in a separate thread without using lambdas?










share|improve this question

















  • 2





    void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

    – n.m.
    Mar 22 at 22:16












  • Uh! That was my hard fail

    – user922871
    Mar 22 at 22:31













1












1








1








Good time of the day! I'm using Visual Studio 2015 with boost 1.66. Currently, I'm trying to run class member function in a separate thread using boost.



void ServerWorkerTh()




void StartServer() const

auto f = boost::bind(&NetworkCore::ServerWorkerTh, this);
boost::thread th(f);



But I'm getting




error C2440: 'argument': cannot convert from 'const NetworkCore' to
'NetworkCore &'




It seems that compiler want to receive a reference to a real object, but I'm actually giving him this. Is it possible to run class member function in a separate thread without using lambdas?










share|improve this question














Good time of the day! I'm using Visual Studio 2015 with boost 1.66. Currently, I'm trying to run class member function in a separate thread using boost.



void ServerWorkerTh()




void StartServer() const

auto f = boost::bind(&NetworkCore::ServerWorkerTh, this);
boost::thread th(f);



But I'm getting




error C2440: 'argument': cannot convert from 'const NetworkCore' to
'NetworkCore &'




It seems that compiler want to receive a reference to a real object, but I'm actually giving him this. Is it possible to run class member function in a separate thread without using lambdas?







multithreading c++11 boost std-function stdbind






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 22 at 22:08









user922871user922871

1451111




1451111







  • 2





    void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

    – n.m.
    Mar 22 at 22:16












  • Uh! That was my hard fail

    – user922871
    Mar 22 at 22:31












  • 2





    void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

    – n.m.
    Mar 22 at 22:16












  • Uh! That was my hard fail

    – user922871
    Mar 22 at 22:31







2




2





void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

– n.m.
Mar 22 at 22:16






void ServerWorkerTh() and void StartServer() const. One of these things is not like, um, the other. Can you spot the difference?

– n.m.
Mar 22 at 22:16














Uh! That was my hard fail

– user922871
Mar 22 at 22:31





Uh! That was my hard fail

– user922871
Mar 22 at 22:31












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308405%2frun-class-member-function-in-separate-thread%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308405%2frun-class-member-function-in-separate-thread%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴