Skip to content

Instantly share code, notes, and snippets.

View fattenap's full-sized avatar

Frank Panetta fattenap

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fattenap on github.
  • I am fattenap (https://keybase.io/fattenap) on keybase.
  • I have a public key ASBxa9jbrWkw_SOFvWRg0WOizLM9rDOZUahfkiY0Ia0R6Ao

To claim this, I am signing this object:

@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();