Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 342 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 342 Bytes

CurlWorker

This is sample program written in Scala, done for purposes related to learning Scala programming language. Program is creating two actors using Akka Actors. First of them picks random url every 5 seconds and send it to second one. Second actor is making http request to that url and prints response code. That's it.