You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Professor, I am not very familiar with c++, but I want to implement asynchronous operations, but MC_AWAIT reports an error. std::thread th1( [& theirHashes](){MC_AWAIT(chl.recv(theirHashes));});
The text was updated successfully, but these errors were encountered:
If it's a one off thing then you can do the thread thing. Again, I made a long tutorial to inform people how to do this more efficiently. Take a look at it.
Hi Professor, I am not very familiar with c++, but I want to implement asynchronous operations, but MC_AWAIT reports an error.
std::thread th1( [& theirHashes](){MC_AWAIT(chl.recv(theirHashes));});
The text was updated successfully, but these errors were encountered: