Daniel Duffy C++ author, trainer Joined 10/4/07 Messages 10,443 Points 648 11/16/24 #21 Plan : using std::future, easier than threading. It's in the Adv C++ course.
MichaelLewis Advanced C++ Certificate with Distinction C++ Certificate with Distinction Joined 7/8/15 Messages 1,019 Points 343 11/16/24 #22 Daniel Duffy said: Plan : using std::future, easier than threading. It's in the Adv C++ course. Click to expand... I hadn’t considered futures. I’ll think through how I might use them. Although, I’ve never seen futures used in a low latency trading system before.
Daniel Duffy said: Plan : using std::future, easier than threading. It's in the Adv C++ course. Click to expand... I hadn’t considered futures. I’ll think through how I might use them. Although, I’ve never seen futures used in a low latency trading system before.