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

Support multi-threading #60

Open
1 of 3 tasks
SupinePandora43 opened this issue Jun 21, 2022 · 1 comment
Open
1 of 3 tasks

Support multi-threading #60

SupinePandora43 opened this issue Jun 21, 2022 · 1 comment

Comments

@SupinePandora43
Copy link
Owner

SupinePandora43 commented Jun 21, 2022

  • Use ConcurrentDictionary<k, List<GCHandle>> in ULPlatform
  • Use ThreadLocal<v> in ULPlatform for startup structs
  • Convert ULPlatform.CheckThread to Renderer.CheckThread
  • Prevent disposing on wrong threads #67
@SupinePandora43 SupinePandora43 added the bug Something isn't working label Jun 21, 2022
@SupinePandora43 SupinePandora43 added this to the Ultralight 1.4 milestone Jun 21, 2022
@SupinePandora43 SupinePandora43 self-assigned this Jun 21, 2022
@github-actions github-actions bot added the gpu label Jun 21, 2022
SupinePandora43 added a commit that referenced this issue Jul 7, 2022
move "IsDiposed=true;GC.SupressFinalize(this);" to INativeContainer.Dispose()
Deprecate ULPlatform.thread (#60)
SupinePandora43 added a commit that referenced this issue Jul 7, 2022
@SupinePandora43
Copy link
Owner Author

Screenshot_2023-03-30-20-41-46-260-edit_com.discord.jpg

@SupinePandora43 SupinePandora43 added Ultralight Update and removed bug Something isn't working gpu labels Jun 28, 2023
@SupinePandora43 SupinePandora43 removed their assignment Jun 28, 2023
@SupinePandora43 SupinePandora43 changed the title Support threading Support multi-threading Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant