[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis webpage section details the \u003ccode\u003egoogle.appengine.ext.ndb.sleep()\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThe function allows for pausing execution for a specified duration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edt\u003c/code\u003e parameter represents the sleep duration.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates how to use \u003ccode\u003eyield tasklets.sleep(0.5)\u003c/code\u003e to sleep for half a second.\u003c/p\u003e\n"]]],[],null,["# google.appengine.ext.ndb.sleep\n\n\u003cbr /\u003e\n\nPublic function to sleep some time. \n\n google.appengine.ext.ndb.sleep(\n dt\n )\n\n#### Example:\n\nyield tasklets.sleep(0.5) # Sleep for half a sec."]]