Multi-thread Execution
-
.NET
Multi-threaded exception handling
Last week we explored the possibilities of using multi-threading to create animated – or even interactive – loading screens, and…
Read More » -
.NET
Using multi-threading to animate and speed up loading screens
One feature that almost all games have in common is loading screens. Many small games can get away with a…
Read More » -
.NET
Scheduling cross-threaded tasks using .Net’s BlockingCollection
Concurrency has always been a complicated aspect of computer science. With modern hardware increasing not only in speed but also…
Read More »