Skip to content

Instantly share code, notes, and snippets.

View sandeepnegi1996's full-sized avatar
🎯
Focusing

sandeep singh negi sandeepnegi1996

🎯
Focusing
  • www.hashcodehub.com
  • india
View GitHub Profile
package io.vertx.example;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class ExecutorExample {
public static void main(String[] args) {
System.out.println("Inside : " + Thread.currentThread().getName());
@sandeepnegi1996
sandeepnegi1996 / README-Template.md
Created October 15, 2019 17:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites