代码搜索:Distributed

找到约 10,000 项符合「Distributed」的源代码

代码结果 10,000
www.eeworm.com/read/275831/10793919

rb 14 - proxying objects that can't be distributed.rb

DRb.start_service # The client needs to be a DRb service too. #--- class MyLocalClass include DRbUndumped # The magic line. All objects of this type are proxied. # ... end # ... OR ... my_loc