Search:

Type: Posts; User: dimitarn

Search: Search took 0.06 seconds.

  1. Re: Immutable Objects in multi threaded application

    I mean if i call method with parameter immutable object, which is defined with volatile. What will happen in the method, when some other thread updates the immutable state i.e. updates the volatile...
  2. Immutable Objects in multi threaded application

    Hi

    I have this code will work in multithreaded application.
    I know that immutable object is thread safe because its state cannot be changed. And if we have volatile reference, if is changed with...
Results 1 to 2 of 2