|
| | __init__ (self, _cMaccel.Future _future=None, Optional[List[np.ndarray]] _inputs=None) |
| | from_cpp (cls, _cMaccel.Future _future, List[np.ndarray] _inputs) |
| bool | wait_for (self, int timeout_ms) |
| List[np.ndarray] | get (self) |
|
| | _future = _future if _future is not None else _cMaccel.Future() |
| | _inputs = _inputs |
Definition at line 15 of file future.py.
◆ __init__()
| maccel.future.Future.__init__ |
( |
| self, |
|
|
_cMaccel.Future | _future = None, |
|
|
Optional[List[np.ndarray]] | _inputs = None ) |
◆ from_cpp()
| maccel.future.Future.from_cpp |
( |
| cls, |
|
|
_cMaccel.Future | _future, |
|
|
List[np.ndarray] | _inputs ) |
◆ wait_for()
| bool maccel.future.Future.wait_for |
( |
| self, |
|
|
int | timeout_ms ) |
◆ get()
| List[np.ndarray] maccel.future.Future.get |
( |
| self | ) |
|
◆ _future
| maccel.future.Future._future = _future if _future is not None else _cMaccel.Future() |
|
protected |
◆ _inputs
| maccel.future.Future._inputs = _inputs |
|
protected |
The documentation for this class was generated from the following file: