##// END OF EJS Templates
Added kernel shutdown support: messaging spec, zmq and client code ready....
Added kernel shutdown support: messaging spec, zmq and client code ready. This isn't the cleanest code in the world because shutdown has a synchronous flavor to it that is hard to meld with a purely async framework. But the key pieces are reasonably well in place. Tested both with 'exit' calls and Ctrl-. interruption.
Fernando Perez -
r2972:3658d7b6
Show More