0 Replies Latest reply on Jun 5, 2008 8:23 AM by timfox

    Some thread safety issues with AIO callbacks

    timfox

      I have fixed some thread safety issues with various AIO callback classes, both in the test suite and core.

      In most of these classes the callback attributes weren't being sufficiently protected by access by more than one thread.

      I have corrected this, also I removed unused code, and some other changes like making fields private and final etc.

      Please! No package protected fields unless there is a good reason to.