cavorite:(正在进行中)Crystal的演员模型库

时间:2024-04-26 17:34:46
【文件属性】:

文件名称:cavorite:(正在进行中)Crystal的演员模型库

文件大小:21KB

文件格式:ZIP

更新时间:2024-04-26 17:34:46

Crystal

喜好 Cavorite是Crystal的演员模型库。 安装 将依赖项添加到您的shard.yml : dependencies : cavorite : github : tobyapi/cavorite 运行分shards install 用法 require " cavorite " include Cavorite :: Core class HelloActor < Actor ( String ) @count : Int32 def initialize (name : String ) super (name) @count = 0 end def handler (msg : ActorMessage ) @count += 1 if msg.is_a?( HelloMessage ) puts "


【文件预览】:
cavorite-master
----shard.yml(178B)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------cavorite()
--------cavorite.cr(128B)
----spec()
--------core()
--------cavorite_spec.cr(120B)
--------remote()
--------spec_helper.cr(715B)
--------utils()
----bench()
--------queue_bench.cr(1KB)
--------bench_helper.cr(71B)
----.gitignore(149B)
----README.md(2KB)
----.editorconfig(150B)

网友评论