Content deleted Content added
Hippietrail (talk | contribs) |
|||
Line 140:
[[User:Ptyxs|Ptyxs]] ([[User talk:Ptyxs|talk]]) 17:07, 3 August 2012 (UTC)
:To note: std::function objects make it possible to call : 1) a non member function 2) a static member function 3) a functional object 4) a lambda function 5) a non static member function (via std::bind). That is they can refer to any callable entity with compatible signature and are particularly useful to callback.[[User:Ptyxs|Ptyxs]] ([[User talk:Ptyxs|talk]]) 08:07, 4 August 2012 (UTC)
== Should mention / link to the [[futures and promises]] article ==
This article goes into deferred callbacks, but it should go further and mention the article on that very concept, '''[[futures and callbacks]]'''. — [[User:Hippietrail|Hippietrail]] ([[User talk:Hippietrail|talk]]) 16:32, 8 August 2012 (UTC)
|