diff options
author | Valery Piashchynski <[email protected]> | 2021-01-19 17:47:42 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-19 17:47:42 +0300 |
commit | d8e42927b63a0b102ce10d465a10d64bb6c02e22 (patch) | |
tree | f50aa894ea4e5b402332f7f4a13b8c50ebb09126 | |
parent | 5aea2b99955e2b8b4f5724e6c4c7e696a894651e (diff) |
Add TODO for the event package
-rw-r--r-- | interfaces/events/pool_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interfaces/events/pool_events.go b/interfaces/events/pool_events.go index 711398e8..2cc76eee 100644 --- a/interfaces/events/pool_events.go +++ b/interfaces/events/pool_events.go @@ -1,5 +1,6 @@ package events +// TODO event numbers const ( // EventWorkerConstruct thrown when new worker is spawned. EventWorkerConstruct P = iota + 7800 |