Hi PD-Dev Peoples,
I was wondering how I should deal with async callbacks inside an external?
What I have in mind:
- message sent to external inlet
- external proceed to trigger some blocking io with async callback
- external sends trigger status on outlet
- ticking continues
- the blocking io answers with the callback
- the external sends result to outlet as result of callback
anybody has a take on these?
regards,
L-P