1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

citet => cite

This commit is contained in:
2021-02-08 16:13:13 +00:00
parent 9959b211e4
commit cf2422a312

View File

@@ -8120,7 +8120,7 @@ fork operation invocation site and the scheduler handler needs to be
manually reinstalled when the computation argument is
run. Nevertheless, this is the approach to concurrency that
\citet{DolanWSYM15} have adopted for Multicore
OCaml~\citet{DolanWSYM15}.
OCaml~\cite{DolanWSYM15}.
%
In my MSc(R) dissertation I used a similar approach to implement a
cooperative version of the actor concurrency model of Links with