Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 28, 2024
1 parent 0bda10e commit 92f288f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ public static function init(PluginBase $plugin) : void;
- [VJesusBucket](https://github.com/VennDev/VJesusBucket)
- [VBasket](https://github.com/VennDev/VBasket)
- [VOreSpawner](https://github.com/VennDev/VOreSpawner)

# LibVapmPMMP vs Await-Generator
- [Await-Generator](https://github.com/SOF3/await-generator)

| Library | Asynchronous polymorphism | Cocurrent | Asynchronous threads | Handles large systems |
| --------------- | ------------------------- | --------- | -------------------- | --------------------- |
| LibVapmPMMP | Yes | Yes | Yes | Yes |
| Await-Generator | Yes | Yes | No | No |

Tests: [Code](https://gist.github.com/VennDev/4f7be83d55abfbbf44ff2d249e94968c)
![image](https://github.com/user-attachments/assets/07a39109-8db4-488d-a0db-6e3404edadf3)

0 comments on commit 92f288f

Please sign in to comment.