Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.014 Beiträge
 
#1

One of my favourite ways of multi-threading on Windows

  Alt 20. Mai 2018, 16:20
Having blogged about a few bugs in multi-threading libraries recently, I want to show an easy and convenient alternative. It's minimalistic but it works.On Windows, the I/O completion port offers a way to use a thread pool for your multi-threaded application. Designed primarily for efficient processing of asynchronous I/O, it supports files, named pipes, sockets and device control.In addition

Weiterlesen...
  Mit Zitat antworten Zitat