packages feed

epic-0.9: evm/sparks.h

#ifndef _SPARKS_H
#define _SPARKS_H

#include "gc_header.h"
#include "closure.h"

VAL addSpark(VAL thunk);
//void startWorker();

#endif