Nautical bell: Difference between revisions

Content added Content deleted
m (→‎{{header|D}}: should stopped field be shared, I wonder)
Line 11: Line 11:


class NauticalBell : Thread {
class NauticalBell : Thread {
private bool stopped;
private bool stopped; // shared?


this() {
this() {