Closed tlienart closed 1 year ago
into actual eval with identical logic.
One core element though is that now execution is always in a IOCapture block and so needs to be locked. So if there's any sort of code on a page, it'll lock which means that multithreading may generally not be very useful...
IOCapture
closes #200
Preview should be up in a couple of mins at https://tlienart.github.io/Xranklin.jl/previews/PR202 (if you get a 404, wait 30s then refresh).
into actual eval with identical logic.
One core element though is that now execution is always in a
IOCapture
block and so needs to be locked. So if there's any sort of code on a page, it'll lock which means that multithreading may generally not be very useful...closes #200