Skip to content

Commit

Permalink
Typing todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 21, 2024
1 parent d953f06 commit e625862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plumpy/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ def broadcast_send(
) -> Any: ...

def task_send(self, task: Any, no_reply: bool = False) -> Any: ...

def close(self) -> None: ...
2 changes: 2 additions & 0 deletions src/plumpy/rmq/process_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
ProcessStatus = Any


# FIXME: the class not fit typing of ProcessController protocol
class RemoteProcessController:
"""
Control remote processes using coroutines that will send messages and wait
Expand Down Expand Up @@ -189,6 +190,7 @@ async def execute_process(
return result


# FIXME: the class not fit typing of ProcessController protocol
class RemoteProcessThreadController:
"""
A class that can be used to control and launch remote processes
Expand Down

0 comments on commit e625862

Please sign in to comment.