can template specialisation replace callback?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
can template specialisation replace callback? i wish to replace callback by template specialisation. is anyone come to this b4 and knowing that is multi-thread safe? my application goes like this, many instance from our working code is registering function pointer(for callback) to the library. so that the library will notify us whenever it completed its job. from, -= aLbert =-