Skip to content

Commit 661a5b6

Browse files
committed
Allow concurrent autoloading
1 parent 1f1b141 commit 661a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/synchronization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Current Implementation differences from the model:
128128
| Operation | V | A | S | Notes |
129129
|:----------|:-:|:-:|:-:|:-----|
130130
| requiring | x | x | x | File will not be required twice, classes and modules are still defined gradually. |
131-
| autoload | x | x | x | Only one autoload at a time. |
131+
| autoload | x | x | - | Only one autoload at a time for a given constant, others will be blocked until first triggered autoload is done. Different constants may be loaded concurrently. |
132132

133133
Notes:
134134

0 commit comments

Comments
 (0)