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
- Host: GitHub
- URL: https://github.com/sahilb315/event-loop
- Owner: Sahilb315
- License: mit
- Created: 2024-11-15T16:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:30:40.000Z (over 1 year ago)
- Last Synced: 2025-01-23T07:11:28.507Z (about 1 year ago)
- Topics: event-loop, go, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)