- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A question... why is not the task_scheduler_observer passed as a parameter of the task_scheduler_init?
Why not to put it in this way:
MyObserver o;
task_scheduler_init init;
init.SetObserver(&o);
Other question: can I have several observers running on the task scheduler? Can I have several task schedulers? Are they singletons?
thx
Why not to put it in this way:
MyObserver o;
task_scheduler_init init;
init.SetObserver(&o);
Other question: can I have several observers running on the task scheduler? Can I have several task schedulers? Are they singletons?
thx
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page