is_synchronized property

is_synchronized property

Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only bool.

Definition:

@property
def is_synchronized(self):
    ...

See Also