Skip to content

Commit 81e4f99

Browse files
committed
Tweak box drawing
So it doesn't hit weird positron highlighting buglet
1 parent 36d4fc6 commit 81e4f99

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

R/parallel.R

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# +-----------------------------+ +-------------------------------+
1+
# /-----------------------------\ /-------------------------------\
22
# | Main R process | | Subprocess 1 |
33
# | +------------------------+ | | +---------------------------+ |
44
# | | test_dir_parallel() | | | | test_file() | |
@@ -11,17 +11,16 @@
1111
# | | | Progress2Reporter | | | | | | | v | | |
1212
# | | +-------------------+ | | | | | | +-------------------+ | | |
1313
# | +------------------------+ | |--------| signalCondition() | | | |
14-
# +-----------------------------+ | | | | +-------------------+ | | |
14+
# \-----------------------------/ | | | | +-------------------+ | | |
1515
# | | | +-----------------------+ | |
1616
# | | +---------------------------+ |
17-
# | +-------------------------------+
18-
# | +-------------------------------+
17+
# | \-------------------------------/
18+
# | /-------------------------------\
1919
# |--| Subprocess 2 |
20-
# | +-------------------------------+
21-
# | +-------------------------------+
22-
# +--| Subprocess 3 |
23-
# +-------------------------------+
24-
# ...
20+
# | \-------------------------------/
21+
# | /-------------------------------\
22+
# \--| Subprocess 3 |
23+
# \-------------------------------/
2524
#
2625
# ## Notes
2726
#

0 commit comments

Comments
 (0)