Continuation.Pinned MONITOR vs CRITICAL_SECTION

Arkadiusz Gasiński jigga at jigga.pl
Thu Jul 18 16:44:20 UTC 2019


Hi,

Are both MONITOR and CRITICAL_SECTION Continuation.Pinned enums really
needed? I assume that MONITOR means that the Thread/Fiber holds object’s
native monitor obtained by entering synchronized method/block (i.e.
critical section). Or is my assumption wrong?

Thanks,
Arek


More information about the loom-dev mailing list