iron_go3
iron_go3 copied to clipboard
Experimental support for synchronous tasks
It's experimental support for tasks which acted as synchronous.
Usage example:
task := worker.Task{CodeName: "iron/hello"}
w := worker.New()
result, err := w.TaskRun(task)
result
will contain a task's stdout.
@vasilev need to update readme
@rkononov Added an example and updated the README .