Hello
After struggling with future and promises it seems to me that you can not use future for other functions other than read.csv or similar.
I currently need it for magick processing and ocr reading (with tesseract 4) and future does not seem to work. Does anybody know anything about the limited support of async programmimg in shiny for these type of expensive functions?...