SpiceQA
Questions
Tags
Users
Badges
user_869621
@user_869621
0
reputation
0
answers
2
questions
About Me
// Hello, World !
Top Answers
Memory leak when doing fire-and-forget of Task.Delay with CancellationToken
5 votes
Thread.Sleep(0) not working as expected on .NET Core 3.1
5 votes
Will the C# compiler optimize variable away?
4 votes
How does CLR GC compare to latest ZGC and Shenandoah GC on JVM?
3 votes
Why does Type.IsGenericType return TRUE for Task without return type obtained by reflection from method but typeof(Task).IsGenericTyp returns FALSE
3 votes
Top Questions
Why does enumerating an empty array does not allocate on the heap?
6 votes
1 answers
Primitive type conversion in generic method without boxing
4 votes
1 answers