- Регистрация
- 01.02.2012
- Сообщения
- 4 812
- Благодарностей
- 1 187
- Баллы
- 113
Not sure about title, seems does not make sense, but the point is about method
ZennoPoster.GetNewInstance
What apparently is only for Visual Studio tasks if I understood right.
But would be really awesome to have such feature in ZennoPoster also.
There is lot of cases when template works with one thread but then at the middle is needed second thread or even third to execute some part faster and there could help additional instances and when this part would be finished then again everything continues as one thread...
I already know how to achieve that with two templates but would be awesome to have that as method
Thanks
ZennoPoster.GetNewInstance
What apparently is only for Visual Studio tasks if I understood right.
But would be really awesome to have such feature in ZennoPoster also.
There is lot of cases when template works with one thread but then at the middle is needed second thread or even third to execute some part faster and there could help additional instances and when this part would be finished then again everything continues as one thread...
I already know how to achieve that with two templates but would be awesome to have that as method
Thanks