Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 30, 2024
1 parent 813fae8 commit aa8ce36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .spelling-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ compositional
conf
COPR
COVID
Covo
CPUs
cquinn
creational
Expand Down Expand Up @@ -187,6 +188,7 @@ Haxe
HeapToStack
HFPUG
HighlightJS
hoc
homebrew
Horwitz
Horwitz's
Expand Down Expand Up @@ -408,6 +410,8 @@ RSS
Rubyists
runtime
runtime's
Sandro
Sandro's
scalable
ScalaDays
SDK
Expand Down
2 changes: 1 addition & 1 deletion content/blog/last-week-in-pony-020424.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Promises are great when the caller of your API needs an ad-hoc way to interact.

If you don't need ad-hoc interaction, then Promises are not a good solution. That make the interactions between actors hard to follow. They obscure what is actually a fixed protocol. The [fork/join library](https://github.com/ponylang/fork_join) is an excellent one to study to learn more about the "fixed interaction" pattern that appears quite often in Pony programs.

I recommend checking out how `[`_Coordinator`](https://github.com/ponylang/fork_join/blob/main/fork_join/_coordinator.pony), `CollectorRunner`](https://github.com/ponylang/fork_join/blob/main/fork_join/collector_runner.pony), [`Job`](https://github.com/ponylang/fork_join/blob/main/fork_join/job.pony), and [`WorkerRunner`](https://github.com/ponylang/fork_join/blob/main/fork_join/worker_runner.pony) communicate.
I recommend checking out how [`_Coordinator`](https://github.com/ponylang/fork_join/blob/main/fork_join/_coordinator.pony), [`CollectorRunner`](https://github.com/ponylang/fork_join/blob/main/fork_join/collector_runner.pony), [`Job`](https://github.com/ponylang/fork_join/blob/main/fork_join/job.pony), and [`WorkerRunner`](https://github.com/ponylang/fork_join/blob/main/fork_join/worker_runner.pony) communicate.

## RFCs

Expand Down

0 comments on commit aa8ce36

Please sign in to comment.