MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / Test_Observable_Count_Parallel

Function Test_Observable_Count_Parallel

observable_operator_test.go:376–382  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

374}
375
376func Test_Observable_Count_Parallel(t *testing.T) {
377 defer goleak.VerifyNone(t)
378 ctx, cancel := context.WithCancel(context.Background())
379 defer cancel()
380 Assert(ctx, t, Range(1, 10000).Count(WithCPUPool()),
381 HasItem(int64(10000)))
382}
383
384// FIXME
385//func Test_Observable_Debounce(t *testing.T) {

Callers

nothing calls this directly

Calls 5

AssertFunction · 0.85
RangeFunction · 0.85
WithCPUPoolFunction · 0.85
HasItemFunction · 0.85
CountMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…