[exporterqueue] Implement blocking queue #26327
Annotations
5 errors and 1 warning
Build
undefined: sizedChannel
|
Build
cannot use &blockingMemoryQueue[T]{…} (value of type *blockingMemoryQueue[T]) as Queue[T] value in return statement: *blockingMemoryQueue[T] does not implement Queue[T] (missing method Capacity)
|
Build
undefined: newSizedChannel
|
Build
cannot use &boundedMemoryQueue[T]{…} (value of type *boundedMemoryQueue[T]) as Queue[T] value in return statement: *boundedMemoryQueue[T] does not implement Queue[T] (missing method IsBlocking)
|
Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading