Skip to content

Presentation given at RamDev on Callbacks, Futures, Coroutines, and Generators

Notifications You must be signed in to change notification settings

tylerjohnhaden/AsyncPresentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Presentation

by: Tyler Haden

See AsyncPresentation.pptx


Jellybean Experiment

I will be running the jellybeans.go server during the presentation. Try to guess the 'number of jellybeans in the jar' by sending a get request to -.-.-.-:7777/{int:guess} where 0 <= guess <= 2 ** 16. Every time someone guesses the right number of jellybeans, the number reshuffles, and I will reward you with jellybeans.

failed response

{
    "failed": 0
}

successful response

{
    "success": 0
}

About

Presentation given at RamDev on Callbacks, Futures, Coroutines, and Generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published