Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New asyncio executor #1399

Draft
wants to merge 10 commits into
base: rolling
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove unused import
Signed-off-by: = <elnadav12@gmail.com>
nadavelkabets committed Jan 15, 2025
commit 9a9e048bf74a7d69cb0f2eb523661d2826ba127e
2 changes: 1 addition & 1 deletion rclpy/rclpy/executors.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
from threading import Lock
from threading import RLock
import time
from types import TracebackType, coroutine
from types import TracebackType
from typing import Any
from typing import Callable
from typing import ContextManager