| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bbea3f2 commit dfcc3e8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -362,9 +362,8 @@ specification. | |||
| 362 | 362 | ||
| 363 | 363 | Unlike `vm.Script` however, every `vm.Module` object is bound to a context from | |
| 364 | 364 | its creation. Operations on `vm.Module` objects are intrinsically asynchronous, | |
| 365 | - in contrast with the synchronous nature of `vm.Script` objects. With the help | ||
| 366 | - of async functions, however, manipulating `vm.Module` objects is fairly | ||
| 367 | - straightforward. | ||
| 365 | + in contrast with the synchronous nature of `vm.Script` objects. The use of | ||
| 366 | + 'async' functions can help with manipulating `vm.Module` objects. | ||
| 368 | 367 | ||
| 369 | 368 | Using a `vm.Module` object requires three distinct steps: creation/parsing, | |
| 370 | 369 | linking, and evaluation. These three steps are illustrated in the following | |
| Back | FazBrowse Home | New Git URL |
0 commit comments