We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376d603 commit e4386c2Copy full SHA for e4386c2
1 file changed
chess/engine.py
@@ -50,10 +50,6 @@ def override(fn: F, /) -> F:
50
MANAGED_OPTIONS = ["uci_chess960", "uci_variant", "multipv", "ponder"]
51
52
53
-# No longer needed, but alias kept around for compatibility.
54
-EventLoopPolicy = asyncio.DefaultEventLoopPolicy
55
-
56
57
def run_in_background(coroutine: Callable[[concurrent.futures.Future[T]], Coroutine[Any, Any, None]], *, name: Optional[str] = None, debug: Optional[bool] = None) -> T:
58
"""
59
Runs ``coroutine(future)`` in a new event loop on a background thread.
0 commit comments