Roman Kennke wrote: > - Creates a local copy of the channels field in > FileDescriptor.valid() to improve threading safety.
Why is this necessary? channel is final so it can never become null after it has been checked. Regards, Jeroen
Roman Kennke wrote: > - Creates a local copy of the channels field in > FileDescriptor.valid() to improve threading safety.
Why is this necessary? channel is final so it can never become null after it has been checked. Regards, Jeroen