Nuclex.Support/Source/Scheduling
2008-08-01 20:55:43 +00:00
..
AbortedException.cs Moved packing algorithms, spatial partitioning system and serialization helpers from Nuclex.Support to Nuclex.Game; minor improvements in documentation; AbortedException no longer derives from ApplicationException; added document that gives an overview of several R-Tree splitting techniques I found on the 'net 2008-08-01 20:55:43 +00:00
IAbortable.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
Operation.cs Renamed FailableOperation to Request, this is a much shorter name that better represents the concept implemented by the class 2008-03-26 19:52:28 +00:00
OperationQueue.cs All remaining references to the old name of the waitable class, 'progression' changed to 'waitable'; QueueOperation renamed to OperationQueue; SetProgression renamed to WaitableGroup; improved documentation in various places 2008-06-11 20:28:08 +00:00
OperationQueue.Test.cs All remaining references to the old name of the waitable class, 'progression' changed to 'waitable'; QueueOperation renamed to OperationQueue; SetProgression renamed to WaitableGroup; improved documentation in various places 2008-06-11 20:28:08 +00:00
ThreadCallbackOperation.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
ThreadOperation.cs Trimmed down the Request class and provided it with a clear way to pass results to the user of the request 2008-03-26 20:20:38 +00:00