File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,17 @@ export default defineConfig({
69
69
collapsed : true ,
70
70
items : [
71
71
{ text : "Angstrom" , link : "/libraries/parsers/angstrom" } ,
72
+ { text : "Eio.Buf_read" , link : "/libraries/concurrency/eio#buf_read" } ,
72
73
{ text : "Rpmfile" , link : "/libraries/parsers/rpmfile" } ,
73
74
] ,
74
75
} ,
75
76
{
76
77
text : "Concurrency" ,
77
78
collapsed : true ,
78
- items : [ { text : "Lwt" , link : "/libraries/concurrency/lwt" } ] ,
79
+ items : [
80
+ { text : "Lwt" , link : "/libraries/concurrency/lwt" } ,
81
+ { text : "Eio" , link : "/libraries/concurrency/eio" } ,
82
+ ] ,
79
83
} ,
80
84
] ,
81
85
} ,
Original file line number Diff line number Diff line change 4
4
парсеров-комбинаторов для написания эффективных и переиспользуемых парсеров. Поддерживает
5
5
потоковый и буферизированный режим.
6
6
7
+ > [ !NOTE] Смотрите также
8
+ > - [ Eio.Buf_read] ( ../concurrency/eio.md#buf_read ) &mdash ; Angstrom-like набор комбинаторов для разбора потоковых данных
9
+
7
10
## Видео
8
11
9
12
Специально для ` ocamlportal.ru ` записана сессия live-кодинга для демонстрации
You can’t perform that action at this time.
0 commit comments