Skip to content

System.Linq.Parallel OrderedPipeliningMergeEnumerator.MoveNext is using API unsupported on browser #43752

@buyaa-n

Description

@buyaa-n

System.Linq.Parallel OrderedPipeliningMergeEnumerator.MoveNext is using API unsupported on browser (Monitor.Wait();). It needs to be fixed so it works without Monitor.Wait() on browser

OrderedPipeliningMergeEnumerator.TryWaitForElement It is calling Monitor.Wait() which is unsupported on browser. Which is further called from OrderedPipeliningMergeEnumerator.MoveNext which is overriding IEnumerator.MoveNext(...)

Originally posted by @buyaa-n in #43363 (comment)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions