toml icon indicating copy to clipboard operation
toml copied to clipboard

Add Send + Sync for TableLike apis

Open AlseinX opened this issue 1 year ago • 1 comments

The current TableLike apis uses dyn TableLike without Send or Sync, while there is unlikely to be anything that blocks them from being Send or Sync.

To extend the usage of these features, I added Send + Sync on these apis.

AlseinX avatar Nov 24 '23 04:11 AlseinX