Commit 06aaaa8d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add a missing class docstring

parent 4b34c4dc
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
#  Copyright 2021-2022  Dominik Sekotill <dom.sekotill@kodo.org.uk>
#  Copyright 2021-2023  Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
#  This Source Code Form is subject to the terms of the Mozilla Public
#  License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -355,6 +355,9 @@ class Executor(_ExecutorBase):


class AsyncExecutor(_ExecutorBase):
	"""
	An asynchronous variant of `Executor`; when called it returns an awaitable coroutine
	"""

	@overload
	async def __call__(