Skip to content

Instantly share code, notes, and snippets.

View fattenap's full-sized avatar

Frank Panetta fattenap

View GitHub Profile
@fattenap
fattenap / process_parallel.go
Last active September 1, 2015 04:11 — forked from JamsMendez/process_parallel.go
Procesos Paralelos en Go lang
package main
import (
"fmt"
"runtime"
"sync"
"time"
)
func main() {
var Bar1 = base => class extends base {
componentWillMount(){
super.componentWillMount();
console.log('Bar1');
}
};
var Bar2 = base => class extends base {
componentWillMount(){
super.componentWillMount();