You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be broken apart into two pieces: the cond should check just for done?, and when a separate when finalize should wrap the funcall. Otherwise this will never return on an empty finalizer.
aether/src/process/dpu-helpers.lisp
Line 186 in 9c0c01e
I think this should be broken apart into two pieces: the cond should check just for
done?, and when a separatewhen finalizeshould wrap thefuncall. Otherwise this will never return on an empty finalizer.