Hi I am currently wanting to write a plugin and get stuck. Its a plugin to send certain Datarefs constantly to an external DB. Therefor I would like to run the actual work in another thread. However the DataRef type is non Send making usage with tokio impossible. Cause for this is likely the pointer in DataRef. Is that intended or can the API be cleared up to allow usage with tokio?
Hi I am currently wanting to write a plugin and get stuck. Its a plugin to send certain Datarefs constantly to an external DB. Therefor I would like to run the actual work in another thread. However the DataRef type is non Send making usage with tokio impossible. Cause for this is likely the pointer in DataRef. Is that intended or can the API be cleared up to allow usage with tokio?