An open API service indexing awesome lists of open source software.

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

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.