Skip to content

Instantly share code, notes, and snippets.

@RTfXGaGeqSeItbMUgpFlekUs
Created August 8, 2010 06:41
Show Gist options
  • Save RTfXGaGeqSeItbMUgpFlekUs/513684 to your computer and use it in GitHub Desktop.
Save RTfXGaGeqSeItbMUgpFlekUs/513684 to your computer and use it in GitHub Desktop.
30> P = regs:start().
<0.103.0>
31> P ! {self(), get, {0}}.
{<0.31.0>,get,{0}}
32> flush().
Shell got {<0.103.0>,response,{get,0}}
ok
33> P ! {self(), set, {0, 10}}.
{<0.31.0>,set,{0,10}}
34> P ! {self(), get, {0}}.
{<0.31.0>,get,{0}}
35> flush().
Shell got {<0.103.0>,response,{get,10}}
ok
36>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment