Tags: zencode1/OmniThreadLibrary
Tags
fixed 'TOmniCS not properly aligned' problems TOmniCS.Initialize uses global lock to synchronize initialization instead of a CAS operation. This fixes all reasons for the infamous error "TOmniCS.Initialize: XXX is not properly aligned!".
don't start a future if cancellation token is signalled If a future's cancellation token is signalled before the future is even created, the future worker is not started at all. resolves gabr42#85
PreviousNext