Talk:Callback (computer programming): Difference between revisions

Content deleted Content added
m moved Talk:Callback (computer science) to Talk:Callback (computer programming): More accurate parenthetical disambiguation (discuss)
Rs2 (talk | contribs)
Please disambiguate "predicates"
Line 115:
 
So you know. --[[User:Fs|<b><FONT COLOR="336666">f</FONT><FONT COLOR="#339999">s</FONT></b>]] 07:16, 19 December 2010 (UTC)
 
 
== Please disambiguate "predicates" ==
Having come to this site to (re)learn about callbacks, I followed the "predicates" link from the following quote and none of the provided definitions really make sense to me here. I guess [[Branch predication]] seems like a fairly close fit, but I'm not feeling it. Can someone who understands what was intended provide the disambiguated link? --[[User:Rs2|rs2]] ([[User talk:Rs2|talk]]) 21:33, 13 July 2011 (UTC)
 
: Callbacks may also be used to control whether a function acts or not: [[Xlib]] allows custom [[predicates]] to be specified to determine whether a program wishes to handle an event.