I hereby claim:
- I am spawnthink on github.
- I am spawn_think (https://keybase.io/spawn_think) on keybase.
- I have a public key ASCiL7cWl88bIVC-42xyNMHXOjLwhQsPfSOeiCD1TXkZxwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #0 enqueue_dealloc_other_instance (cinit=<optimized out>, ptr=<optimized out>, allctr=<optimized out>, type=<optimized out>) at beam/erl_alloc_util.c:1823 | |
| No locals. | |
| #1 erts_alcu_free_thr_pref (type=170, extra=<optimized out>, p=0x7f7320fcb7f8) at beam/erl_alloc_util.c:5041 | |
| busy_pcrr_p = 0x0 | |
| pref_allctr = 0x24a3ac0 | |
| #2 0x000000000049541b in erts_free (ptr=0x7f7320fcb7f8, type=21817) at beam/erl_alloc.h:249 | |
| No locals. | |
| #3 erts_bin_free (bp=0x7f7320fcb7f8) at beam/erl_binary.h:307 | |
| No locals. | |
| #4 cleanup_scheduled_control (bufp=<optimized out>, binp=0x7f7320fcb7f8) at beam/io.c:3765 |
| ### Keybase proof | |
| I hereby claim: | |
| * I am spawnthink on github. | |
| * I am spawn_think (https://keybase.io/spawn_think) on keybase. | |
| * I have a public key whose fingerprint is C0FB F4AE F9C7 B652 A576 4AB0 2E02 0842 4446 F4D0 | |
| To claim this, I am signing this object: |
| -module(conference). | |
| -export([report/0]). | |
| report()-> | |
| {awesome, EUC2013Conf0} = start( | |
| [{name, <<"Erlang User Conference 2013">>}, | |
| {host, <<"Stockholm">>}, | |
| {tracks_per_day, 4}, {days, 2}, | |
| {inventors, [joe, mike, robert]} | |
| ]), | |
| EUC2013Conf1 = controlling_process(EUC2013Conf0, francesco), |