Skip to content

Instantly share code, notes, and snippets.

View thomastvedt's full-sized avatar
🖥️

Thomas Seljen Tvedt thomastvedt

🖥️
  • Nordfjordeid, Norway
View GitHub Profile
using System;
using System.Threading;
using System.Threading.Tasks;
namespace ConsoleTasks
{
class Program
{
private static async Task<bool> InitLocker(int taskId, int seconds, CancellationToken cancellationToken)
{