google.golang.org/grpc/internal/grpcsync.CallbackSerializer.ScheduleOr (method)

2 uses

	google.golang.org/grpc/internal/grpcsync (current package)
		callback_serializer.go#L74: func (cs *CallbackSerializer) ScheduleOr(f func(ctx context.Context), onFailure func()) {

	google.golang.org/grpc
		balancer_wrapper.go#L138: 	ccb.serializer.ScheduleOr(uccs, onFailure)