How to run julia code in an async way with emacs orgmode?

Hi, I wonder if there a better way to run julia session in org-mode provide in emacs.

Currently, I can run julia code in org mode by sending it to ESS, but emacs will be not responsive after julia code completion. By contrast, python session has asynchronous mode, with args :async, but Julia session doesn’t seem to support it.

I just tried to run julia on emacs, and I don’t know if there is a better solution to this problem.

related topics:

here is a demo on how to run julia on org babel.
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-julia.html

and this is a blog one year age, which show that org9. have support Async Babel sessions.
May 2021