askToWriteln

Sends a concurrency message to the main thread asking to print text to the local terminal.

static if(!(__VERSION__ >= 2099L))
alias askToWriteln = askToOutputImpl!"writeln"

Meta