]> git.sesse.net Git - stockfish/commitdiff
Polymorphic Thread hierarchy
authorMarco Costalba <mcostalba@gmail.com>
Sun, 13 Jan 2013 23:32:30 +0000 (00:32 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 14 Jan 2013 01:01:37 +0000 (02:01 +0100)
Subclass MainThread and TimerThread and declare
idle_loop() virtual. This allow us to cleanly
remove a good bunch of hacks, relying on C++
polymorphism to do the job.

No functional change.


No differences found