Add Thunk to the alternatives for DelayedCall.

This commit is contained in:
Guido van Rossum 2012-12-18 11:11:29 -08:00
parent 9a65b16b45
commit 2377e8f715
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ TBD: Public attribute recording the realtime value when the callback
is scheduled? (Since this is needed anyway for storing it in a heap.)
TBD: A better name for the class? Reasonable suggestions so far:
``Callback``, ``Call``, ``Handler`` (my current favorite).
``Callback``, ``Call``, ``Handler`` (my current favorite), ``Thunk``.
Futures
-------