What is a 'thunk'?

Posted by fbrereto on Stack Overflow See other posts from Stack Overflow or by fbrereto
Published on 2010-04-14T22:23:51Z Indexed on 2010/04/14 22:33 UTC
Read the original article Hit count: 414

Filed under:
|
|

I've seen it used in programming (specifically in the C++ domain) and have no idea what it is. Presumably it is a design pattern, but I could be wrong. Can anyone give a good example of a thunk?

© Stack Overflow or respective owner

Related posts about thunk

Related posts about c++