Thoughts on DataSet #61
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As part of my investigation for distributed datapools, I had a look at the DataSet class.
This class has serialization/deserialization calls and is a good candidate to store pool data thread-safe with the PoolManager
I suggest to add an ID and a valid flag for the dataset.
Thoughts about ways to access the pool data:
Though about DataSetto Thoughts about DataSetThoughts about DataSetto Thoughts on DataSetRelated to #97
Part of local data pool changes.