No description
Find a file
2018-08-23 14:37:02 +08:00
docs Set theme jekyll-theme-minimal 2018-08-23 14:37:02 +08:00
src Improved destructor 2018-08-23 14:28:09 +08:00
tests Improved destructor 2018-08-23 14:28:09 +08:00
.gitignore Initial commit 2018-08-17 15:20:37 +08:00
nimobserver.nimble Added docs. Fixed up some code to pass through messages derived from BaseMessage 2018-08-23 14:13:19 +08:00
README.md Updated README 2018-08-23 11:36:52 +08:00

Nim Observer

always watchin

What?

This is a event queue implemented in Nim, based on the Observer pattern

Why?

I wanted to build an event queue for a bot