Skip to content

Commit 2a647d9

Browse files
committed
add links to README
1 parent 4c107ec commit 2a647d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* ~forked~ - Sugar for ~cligen/procpool~
22

3-
For quite a while cligen has a ~procpool~ submodule. It is basically a
4-
module similar to Python's multiproccesing module. Under the hood it
3+
For quite a now while [[https://github.com/c-blake/cligen][cligen]] has a [[https://github.com/c-blake/cligen/blob/master/cligen/procpool.nim][~procpool~]] submodule. It is basically a
4+
module similar to Python's [[https://docs.python.org/3/library/multiprocessing.html][multiproccesing]] module. Under the hood it
55
uses ~fork()~ to produce child processes.
66

77
In many use cases the memory overhead and startup overhead compared to

0 commit comments

Comments
 (0)