Skip to content
View icanhasjonas's full-sized avatar
🎩
crunching
🎩
crunching
  • Bombsquad Inc, FRST Corp
  • Los Angeles, Chicago, Copenhagen, Stockholm, Bangkok

Highlights

  • Pro

Organizations

@bmbsqd @frstio @ridebrain @bombsquad-sweden
Block or Report

Block or report icanhasjonas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bmbsqd/then bmbsqd/then Public

    Promise like extensions for .NET Tasks

    C# 3

  2. Ansi Ansi Public

    .NET Ansi extensions for StringBuilder

    C# 5

  3. bmbsqd/AsyncLock bmbsqd/AsyncLock Public

    Async/Awaitable non-blocking lock in C#

    C# 17 2

  4. Best f___ing chilli.md Best f___ing chilli.md
    1
    THE WORLD'S BEST CHILI
    2
    
                  
    3
    The recipe was originally found in a book by the Texas journalist
    4
    Francis X Tolbert, a man who devoted his life to this fiery meat pot.
    5
    
                  
  5. Awaitable Cancellation Tokens Awaitable Cancellation Tokens
    1
    public static class AwaitableCancellationTokenExtensions
    2
    {
    3
    	public struct CancellationTokenAwaiter : ICriticalNotifyCompletion, INotifyCompletion
    4
    	{
    5
    		private readonly CancellationToken _cancellationToken;