首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > An Erlang style actor library for Objective-C

An Erlang style actor library for Objective-C

  • 资源大小:33.03 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This tiny Objective-C library allows you to send and receive asynchronous messages between processes or threads akin to the Erlang concurrency approach. Plankton is thus an actor oriented peer-to-peer platform for asynchronous share-nothing message passing. Messages can be any Objective-C objects which represent property-lists. Plankton uses the Cocoa property-list encoding for the on-the-wire representation. Message reception is done via the NSPredicate facility of Coca which allows for sophisticated pattern specifications. Usage of Plankton should be easy: 1. create a PLPlatform object and cling to it PLPlatform *platform = [[PLPlatform alloc] init]; 1. create your own actor-id NSString *aid = [platform createAid]; 1. send a message to another actor (you need its aid for that) [platform send:message to:otherAid]; 1. prepare reception of messages from other actors

文 件 列 表

plankton-platform_1.4
.svn
PLBroadcaster.h
PLBroadcaster.m
PLDirectory.h
PLDirectory.m
PLEndpoint.h
PLEndpoint.m
PLInteraction.h
PLInteraction.m
PLPlatform.h
PLPlatform.m
VIP VIP
  • 大智若愚 4小时前 成为了本站会员

  • Mason 7小时前 成为了本站会员

  • 7小时前 成为了本站会员

  • Half_Punch 1天前 成为了本站会员

  • liqing71718 1天前 成为了本站会员

  • 伟国 1天前 成为了本站会员

  • songy 1天前 成为了本站会员

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

  • 52JOY... 1天前 成为了本站会员

0.169292s