##// 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
Name Size Modified Last Commit Author
/ IPython / kernel / tests
__init__.py Loading ...
controllertest.py Loading ...
engineservicetest.py Loading ...
multienginetest.py Loading ...
tasktest.py Loading ...
test_controllerservice.py Loading ...
test_enginefc.py Loading ...
test_engineservice.py Loading ...
test_multiengine.py Loading ...
test_multienginefc.py Loading ...
test_newserialized.py Loading ...
test_pendingdeferred.py Loading ...
test_task.py Loading ...
test_taskfc.py Loading ...
test_twistedutil.py Loading ...