Skip to content

Latest commit

 

History

History

anon_worker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

AnonWorker

$ iex -S mix 

iex> handle = KVStore.run language: "elixir"
#PID<>

iex> KVStore.put handle, :name, "josé"
"josé"

iex> KVStore.get handle, :name
"josé"

iex> KVStore.get handle, :language
"elixir"