コード例 #1
0
ファイル: sublime.py プロジェクト: ronnyzxr/aml
def set_timeout(f, timeout_ms = 0):
    """ Schedules a function to be called in the future. Sublime Text will block while the function is running """
    sublime_api.set_timeout(f, timeout_ms)
コード例 #2
0
def set_timeout(f, timeout_ms=0):
    """ Schedules a function to be called in the future. Sublime Text will block while the function is running """
    sublime_api.set_timeout(f, timeout_ms)