mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

Question regarding concurrency #487

Closed gardc closed 8 months ago

gardc commented 1 year ago

I usually work in Go for packet manipulation and I am inexperienced with concurrency in C++. So if I were to use libtins with C++, would I need to use any concurrency features like async, or multithreading, to achieve optimal performance?