Stash an experiment and add it to the queue.
(self, *args, **kwargs)
| 126 | |
| 127 | @abstractmethod |
| 128 | def put(self, *args, **kwargs) -> QueueEntry: |
| 129 | """Stash an experiment and add it to the queue.""" |
| 130 | |
| 131 | @abstractmethod |
| 132 | def get(self) -> QueueGetResult: |