devnw / atomizer

Imagine thousands of machines across multiple cloud instances and data centers executing simultaneous processing for you with minimal deployment effort. Enter Atomizer - a Go library that facilitates massively parallel and distributed computing. Fashioned after Go itself using similar CSP paradigms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove nil check from Atom

benjivesterby opened this issue · comments

Technically a receiver can be nil and still function... Investigate this

This may not make sense since a user cannot register a nil type easily, nor is it guaranteed that it won't just panic. Perhaps docs should be updated for the interface to indicate it must be a NON-NIL value