Skip to content
View yossale's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report yossale

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 Loading

  1. aws-workshop-for-kubernetes aws-workshop-for-kubernetes Public

    Forked from aws-samples/aws-workshop-for-kubernetes

    AWS Workshop for Kubernetes

    JavaScript 1

  2. Groovy executors and callables.groovy Groovy executors and callables.groovy
    1
    def messageTo =  { num ->
    2
        println(Thread.currentThread().name + " --> A message for you number $num")
    3
    }
    4
    
                  
    5
    def pool = Executors.newFixedThreadPool(10)