I would like to announce the first public release of Arhat, an experimental
deep learning framework implemented in Go.
Unlike most mainstream frameworks that perform training and inference
computations directly, Arhat translates neural network descriptions into
standalone lean executable platfo
. If the selected case is a RecvStmt with a short variable
>>declaration or an assignment, the left-hand side expressions are
>> evaluated
>>and the received value (or values) are assigned.
>>5. The statement list of the selected case is executed.
>>
>
This is interesting and I still don't get why it's not working.
I modified the code a bit and expected it to immediately break out of
select but it still waits for http calls to finish
https://play.golang.org/p/z1mmqpQtOre
package main
import (
"errors"
"fmt"
"net/http"
"net/http/httptest"
"ti