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

Create custom Atomizer context and move addtional process options into the context

benjivesterby opened this issue · comments

This type should be exported so that users can type assert the context and access the methods to interact with the Atomizer engine.