文件名称:Actors.jl:Julia中基于Actor模型的并发计算
文件大小:154KB
文件格式:ZIP
更新时间:2024-02-24 19:57:31
actors julia actor-model concurrency concurrent-programming
Actors.jl:Julia中基于Actor模型的并发计算
【文件预览】:
Actors.jl-master
----old()
--------.travis.yml(1KB)
--------test()
--------appveyor.yml(2KB)
--------src()
--------LICENSE.md(1KB)
--------.codecov.yml(15B)
--------REQUIRE(22B)
--------README.md(1KB)
----Project.toml(664B)
----docs()
--------make.jl(1KB)
--------Project.toml(59B)
--------Manifest.toml(3KB)
--------src()
--------slides()
----.github()
--------workflows()
----test()
--------test_distr.jl(571B)
--------test_supervision.jl(2KB)
--------test_basics.jl(757B)
--------test_registry.jl(2KB)
--------test_api.jl(2KB)
--------test_diag.jl(327B)
--------test_utils.jl(315B)
--------runtests.jl(1KB)
--------test_com.jl(3KB)
--------test_errorhandling.jl(5KB)
----NEWS.md(863B)
----LICENSE(1KB)
----src()
--------Actors.jl(3KB)
--------init.jl(708B)
--------types.jl(3KB)
--------errorkernel.jl(3KB)
--------logging.jl(674B)
--------diag.jl(1KB)
--------actor.jl(5KB)
--------com.jl(5KB)
--------registry.jl(2KB)
--------messages.jl(3KB)
--------links.jl(1KB)
--------protocol.jl(2KB)
--------connections.jl(5KB)
--------supervisor.jl(8KB)
--------api.jl(7KB)
--------utils.jl(2KB)
----examples()
--------prod_cons.jl(3KB)
--------dining_phil.jl(3KB)
--------stack.jl(761B)
--------fib.jl(392B)
--------factorial.jl(917B)
--------stack_old.jl(1KB)
--------pingpong.jl(911B)
--------README.md(489B)
--------greet.jl(369B)
--------simple.jl(1014B)
--------mydict.jl(769B)
----.gitignore(76B)
----README.md(2KB)