ET
ET copied to clipboard
ETTask
Hello,
What is the purpose of ETTask? Can it be changed to Task/ValueTask? Cheers!
ETTask is a task like class,it has no gc,more lightweight,better performance。but it is only supports single threading
ETTask is a task like class,it has no gc,more lightweight,better performance。but it is only supports single threading
Thanks for answering! It's safe to mix ETTask with Task? For example, make use of the Entity Framework (async) and other types of calls?
If the await before and after are on the same thread,it is safe