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

Build out Atomizer unit tests to ensure proper process creation from the atomizer library

benjivesterby opened this issue · comments

These tests should verify that the atoms being initialized have different pointers after initialization and that they are being properly pushed onto a go routine. These tests also need to ensure that panics are properly handled and error handling is sufficiently fault tolerant.