Skip to content

Instantly share code, notes, and snippets.

@zenna
Created February 21, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenna/8c29fe6ec7cf806f02ad to your computer and use it in GitHub Desktop.
Save zenna/8c29fe6ec7cf806f02ad to your computer and use it in GitHub Desktop.
put!
julia> procs()
3-element Array{Int64,1}:
1
2
3
julia> rr = RemoteRef(3)
RemoteRef(3,1,4)
julia> put!(rr,"test")
RemoteRef(3,1,4)
julia> take!(rr)
"test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment