I would like to schedule threads like the Task Scheduler 2.0 only problem that I cannot use task scheduler is that it is registered at os level not the program level. Is there any way to use the task scheduling api to invoke thread creation with in program?
Share
i ended up pushing my own scheduling api very much like task schedular that will schedule threads not processes