Changeset 10579 for trunk/Padre/lib/Padre/TaskManager.pm
- Timestamp:
- 02/07/10 04:25:12 (6 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/TaskManager.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/TaskManager.pm
r10576 r10579 106 106 # You can instantiate this class only once. 107 107 our $SINGLETON; 108 109 # This is set in the worker threads only!110 our $_main;111 108 112 109 sub new {
