lelandbatey / cs.323.Team.Dart

Team Dart's Repository for CS 323 - Spring 2014
0 stars 0 forks source link

Use of Threading #80

Closed ghost closed 10 years ago

ghost commented 10 years ago

Focusing on the requirements of Milestone #4 - Threading is required for the Camera and Missile Launcher.

ghost commented 10 years ago

The movement of the Missile Launcher must be threaded.

ghost commented 10 years ago

Studying Background workers and definitely using them for our Camera Capture Class.

ghost commented 10 years ago

Threading has been added for both the Camera and the Launcher.