| Cancel() | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| CopyInputsForAsync(TInput[] source, TInput[] destination) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protected |
| Dispose() | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| DisposeAsync() | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| EnsureAsyncInputBuffer(int requiredLength) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protectedvirtual |
| InFlightAsyncWorkCancellationToken | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| IsWorkInFlight | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| ReleaseAsyncInputBuffers() | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protectedvirtual |
| ReleaseSingleResult(TResult result) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protectedvirtual |
| SingleFlightSyncAsyncRunner(bool useAsyncWork, CancellationToken asyncWorkCancellationToken=default, Func< Task > disposeAsyncAfterWorkTask=null) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protected |
| SubmitWork(TInput[] inputs, Func< TInput[], TResult[]> syncWork, Func< TInput[], Task< TResult[]> > asyncWork) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| TryGetLatestResult(out TResult[] results) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| UseAsyncWork | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |
| ValidateLatestForTryGet(TResult[] latest) | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | protectedvirtual |
| WorkCompleted | OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > | |