Skip to content

A tickets booking application which performs booking and generation of tickets concurrently using go routines.

Notifications You must be signed in to change notification settings

riyasingh1004/Booking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Booking-App

A tickets booking application which performs booking and generation of tickets concurrently using go routines.

About

  1. Used go routines for implementing a ticket booking application for booking and sending tickets to the users.
  2. The main application performa the booking of the tickets for the users.
  3. Threads are used for sending the tickets to multiple users simultaneously without stopping the flow of execution for the booking function.
  4. Once the tickets are sent the threads are removed automatically.
  5. The program end when all the tickets have been sent.

Output

Execute using : go run .

Screenshot from 2022-02-08 13-14-35

About

A tickets booking application which performs booking and generation of tickets concurrently using go routines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages