Poison-ui

A cross-platform desktop/mobile UI engine written in D using dsfml

View project on GitHub

Dub version

poison.core.exceptions.crossthreadingexception

Source

Module for cross threading exceptions.

Authors:

  Jacob Jensen

License:

  https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE

public:



public class CrossThreadingExeption : Exception


        public:



Exception thrown when attempting cross threading access in thread-bound contexts.


public this(Tid tid, string msg);


Creates a new instance of the cross threading exception.

Parameters:

tidThe accessible tid.
msgThe message of the exception.

public @property Tid tid();


Gets the tid that the thread-bound context was accessed from.


Generated by venom - Poison Engine's Documentation Generator