I have a demo app that has the main thread

Project:JNode Core
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:by design
Description

I have a demo app that has the main thread and two worker threads which write to output.

Using Ctrl-C gives a message that the app has been killed but the ouput from the other threads keeps going.

is this a bug?

Code

Could you please post source code of your demo app than we can run it also and perhaps integrate it as a test class.

Thanks,

Fabien L.

#1

Status:active» by design

Not a real bug, this is "by design". This will be fixed once Isolates work, at the moment this can't be fixed.