dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Add extra info to closed issue #29 #32

Closed huffstler closed 8 years ago

huffstler commented 8 years ago

This isn't about iCafe per se.

I would like to add some extra information to the bottom of issue #29 (which is closed) to help others who come across it, like I did.

If you can add this (or open it for a short amount of time, so I can include one more comment) I'll add the following at the very bottom:

I would like to leave a comment for anyone else who might find this while searching for a fix to their problems (like I did). The built in concurrency mechanism that dragon66 is talking about is the synchronize() block. Info about it can be found [here](https://docs.oracle.com/javase/tutorial/essential/concurrency/locksync.html).

dragon66 commented 8 years ago

@huffstler I reopened the issue so that you can add your comments. Thanks for your consideration!

huffstler commented 8 years ago

Thank you very much! Everything is added.