GholibjonMadiyarov / Bee.Timeout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bee.Timeout

A very simple way to work with the Timeout

How use?

using Bee.Timeout;

static void Main(string[] args)
{
    // 15 seconds
    Timeout.run(15, callback);
}

private void callback()
{
    MessageBox.Show("Completed");
}

About


Languages

Language:C# 100.0%