An open API service indexing awesome lists of open source software.

https://github.com/sahilb315/event-loop

Event Loop implementation in Go
https://github.com/sahilb315/event-loop

event-loop go golang

Last synced: 7 months ago
JSON representation

Event Loop implementation in Go

Awesome Lists containing this project

README

          

# Event-Loop

## Overview
Implementation of Event Loop in Go for better understanding

## Installation
1. Clone this repo locally & move into the cloned folder
2. Run using
```bash
go run main.go
```
3. Select any option from the list & choose how to run it(Synchronously or Asynchronously)

## License

[MIT](https://choosealicense.com/licenses/mit/)