View Single Post
Author Message
Cosmo1337
Junior Member
Join Date: Feb 2020
Old 07-26-2023 , 10:54   Async heavy load
Reply With Quote #1

Hi All,

Is there any fucntions that would allow to process a heavy load seperatly, without blocking the main proccessing thread?

I need to process a file with an avarage of 3 - 10+ Megabytes each second. Data is being prepared but still needs to be processed without blocking.

So is there anything?
Some threaded call backs?
Something backgroud threaded? Task.Create -?.
C++ extensions, is it possible?
Native plugin?
Exposing filedata as a service -> async request?

ty!
Cosmo1337 is offline