Skip to content

Commit

Permalink
README.md の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 23, 2025
1 parent b1ad4f5 commit 05e9af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The technical point of pedax is as follows.
- pedax needs to call _Expensive_ _Native(C)_ logic such as computing evaluation value.
- _Native(C)_ logic needs allocated huge data on memory. It's desirable to daemonize _Native(C)_ process.

So, I have to use some [isolates](https://dart.dev/guides/language/concurrency) with ffi([libedax4dart](https://github.com/sensuikan1973/libedax4dart)) to achieve _seamless non-blocking_ UI.
So, I have to use some [isolates](https://dart.dev/language/isolates) with ffi([libedax4dart](https://github.com/sensuikan1973/libedax4dart)) to achieve _seamless non-blocking_ UI.

```mermaid
%% https://mermaid-js.github.io/mermaid/#/sequenceDiagram
Expand Down

0 comments on commit 05e9af8

Please sign in to comment.