Hello,
Is there any keyword applicable to a class to make it thread-safe?
Without having to put lock(this){} in all functions?
Thanks.
Is there any keyword applicable to a class to make it thread-safe?
Without having to put lock(this){} in all functions?
Thanks.
Comment