Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser compat: TaskFactory type using not supported API #44544

Closed
buyaa-n opened this issue Nov 11, 2020 · 2 comments
Closed

Browser compat: TaskFactory type using not supported API #44544

buyaa-n opened this issue Nov 11, 2020 · 2 comments
Labels
Milestone

Comments

@buyaa-n
Copy link
Contributor

buyaa-n commented Nov 11, 2020

Method FromAsyncImpl(IAsyncResult asyncResult, Func<IAsyncResult, TResult>? endFunction, Action<IAsyncResult>? endAction, TaskCreationOptions creationOptions, TaskScheduler scheduler) of TaskFactory type using unsupported ThreadPool.RegisterWaitForSingleObject(...)

FutureFactory.cs

This needs browser specific implementation, probably just call the callback synchronously

Originally posted by @marek-safar in #43363 (comment)

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 11, 2020
@buyaa-n buyaa-n added the arch-wasm WebAssembly architecture label Nov 11, 2020
@ghost
Copy link

ghost commented Nov 12, 2020

Tagging subscribers to this area: @tarekgh
See info in area-owners.md if you want to be subscribed.


Issue meta data

Issue content: Method `FromAsyncImpl(IAsyncResult asyncResult, Func? endFunction, Action? endAction, TaskCreationOptions creationOptions, TaskScheduler scheduler)` of `TaskFactory` type using unsupported `ThreadPool.RegisterWaitForSingleObject(...)`

FutureFactory.cs

This needs browser specific implementation, probably just call the callback synchronously

Originally posted by @marek-safar in #43363 (comment)

Issue author: buyaa-n
Assignees: -
Milestone: -

@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Nov 12, 2020
@marek-safar marek-safar added this to the 6.0.0 milestone Nov 12, 2020
@adamsitnik adamsitnik modified the milestones: 6.0.0, 7.0.0 Aug 9, 2021
@lewing lewing modified the milestones: 7.0.0, 8.0.0 Jul 25, 2022
@lewing lewing closed this as completed Jul 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants