On Wednesday, May 3, 2017 at 3:04:20 PM UTC-7, Ryan Culpepper wrote:
> On 5/3/17 10:41 PM, Eric Griffis wrote:
> > Hello,
> >
> > I'm having trouble catching "terminate break" exceptions when combining
> > break-thread with thread-wait.
> >
> > MWE 1:
> >
> > (with-handlers ([exn:break:terminate
On 5/3/17 10:41 PM, Eric Griffis wrote:
Hello,
I'm having trouble catching "terminate break" exceptions when combining
break-thread with thread-wait.
MWE 1:
(with-handlers ([exn:break:terminate? writeln])
(let ([t (thread (lambda () (thread-wait (current-thread])
(break-thread
2 matches
Mail list logo