astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

support `:session` keyword (fix #1) #78

Closed FelipeLema closed 2 years ago

FelipeLema commented 3 years ago

using session-async allows for code evaluation to preserve a global state (such as :session) between calls

fixes #1

FelipeLema commented 3 years ago

another benefit of this is that tramp overhead (which can get to several seconds) is paid once on first execution, rather than once-per-execution

astahlman commented 2 years ago

@FelipeLema this is exciting to see! Glanced at this briefly but I need to spend some time understanding session-async. I'll try to give this a proper review in the next few days

daraul commented 2 years ago

How come this was closed?