mocks: add utimeq

pull/25/head
Jan Pochyla 7 years ago
parent 197baf66b4
commit f5b5e399e5

@ -0,0 +1,7 @@
from typing import *
class utimeq:
def __init__(self, max_queue_size: int) -> None: ...
def push(self, time: int, callback: Any, value: Any) -> None: ...
def pop(self, entry: List[Any]) -> None: ...
def peektime(self) -> int: ...
Loading…
Cancel
Save