receiveOnly behavior

jdrewsen jdrewsen at nospam.com
Wed May 4 14:05:28 PDT 2011


import std.concurrency;

void main(string[] args) {
   receiveOnly!bool();
}



This simple program results in segmentation fault. I know i does not 
spawn a thread to receive anything from but is this the expected behavior?

/Jonas




More information about the Digitalmars-d mailing list