Thunk
What Does Thunk Mean? A thunk, in a general computing context, is a piece of low-level machine generated code that implements the details of a software system. It is one of the following: Techopedia Explains Thunk The concepts of thunk emerged in early 1961. It is a computation returning a value of the argument when executed. A call by need replaces a thunk by its return value after the first execution....