From 2377e8f715a111dc0df100165405ef9b9a4b08b6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 18 Dec 2012 11:11:29 -0800 Subject: [PATCH] Add Thunk to the alternatives for DelayedCall. --- pep-3156.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3156.txt b/pep-3156.txt index cf17ca7b5..2659d2061 100644 --- a/pep-3156.txt +++ b/pep-3156.txt @@ -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 -------