This commit is contained in:
Thomas Forgione 2019-10-21 22:03:10 +02:00
parent 9bdf4c6730
commit b785c7a5b7
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 3 additions and 3 deletions

View File

@ -308,7 +308,7 @@ The \texttt{DashLoader} class accepts as parameter a function that will be calle
\begin{tikzpicture}[scale=0.65] \begin{tikzpicture}[scale=0.65]
\draw (0, 0) rectangle (5, -2.5); \draw (0, 0) rectangle (5, -2.5);
\draw (0, -1) -- (5, -1); \draw (0, -1) -- (5, -1);
\node at (2.5, -0.5) {DashClient}; \node at (2.5, -0.5) {DashLoader};
\node[right] at (0, -1.5) {\scriptsize loadNextSegment()}; \node[right] at (0, -1.5) {\scriptsize loadNextSegment()};
\draw (5, -1.25) -- (8, -1.25); \draw (5, -1.25) -- (8, -1.25);