Method BeginRead
BeginRead()
Puts DispatchQueue into reading lock mode till EndRead() is called to prevent buffer flipping. Several threads can use this at the same time for reading only.
Declaration
public UnsafeList<LogMessage>.ParallelReader BeginRead()
Returns
Type | Description |
---|---|
UnsafeList<LogMessage>.ParallelReader | ParallelReader is returned that can be used to get all the LogMessage's from the read buffer |