Mutable Data
Mutable concurrently accessible data buffer. Could be accessed from several workers simulteniously.
Constructors
Functions
Link copied to clipboard
Appends data to the buffer.
Appends C data to the buffer, if data
is null or count
is non-positive - return.
Appends byte array to the buffer.
Link copied to clipboard
Link copied to clipboard
Executes provided block under lock with raw pointer to the data stored in the buffer. Block is executed under the spinlock, and must be short.