Changes between Initial Version and Version 2 of Ticket #5874


Ignore:
Timestamp:
Jan 12, 2021, 11:49:47 AM (3 years ago)
Author:
wraitii
Comment:

Net client was threaded in A24, A25 will hopefully thread the pathfinder.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5874

    • Property Milestone Alpha 24Alpha 25
  • Ticket #5874 – Description

    initial v2  
    11We currently use std::thread in a number of places:
    22- map generator
     3- net client
    34- net server
    45- user reporter
     
    78And soon we hope:
    89- pathfinder
    9 - net client
    1010
    1111There are issues with our implementation: we use "naked" std::thread instead of cleverer solutions.