https://github.com/jabrena/sandbox-loom-wget
Exercise Java virtual threads building a web crawler
https://github.com/jabrena/sandbox-loom-wget
Last synced: 25 days ago
JSON representation
Exercise Java virtual threads building a web crawler
- Host: GitHub
- URL: https://github.com/jabrena/sandbox-loom-wget
- Owner: jabrena
- Created: 2022-01-26T15:09:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T19:26:53.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:48:11.716Z (3 months ago)
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= README
This project was a quick exercise after my initial reading of JEP draft: Structured Concurrency (Preview).
http://openjdk.java.net/jeps/8277129
In this exercise, I attempted to create a "fail fast web crawler"
which fails at the first broken link found.This I did with the smallest possible effort I could,
with the purpose of putting API usability to the test.