lib/ruby_skynet/client.rb in ruby_skynet-0.2.0 vs lib/ruby_skynet/client.rb in ruby_skynet-0.3.0
- old
+ new
@@ -6,11 +6,9 @@
# RPC calls to Skynet
# Skynet Service autodiscovery
#
module RubySkynet
class Client
- include SyncAttr
-
# Returns a new RubySkynet Client for the named service
#
# Calls to an instance of the Client are thread-safe and can be called
# concurrently from multiple threads at the same time
#