askToWarn

Sends a concurrency message to the main thread to KamelosoLogger.warning text to the local terminal.

  1. alias askToWarn = askToWarning
  2. alias askToWarn = askToOutputImpl!"warning"
    static if(!(__VERSION__ >= 2099L))
    alias askToWarn = askToOutputImpl!"warning"

Meta