Clojure core.async tutorial (part 1)
on the code again
Hey guys! This is a basic intro to using the core async library available for Clojure which lets you program (you guessed it) asynchronously.
00:00 intro 00:18 create deps.edn 01:07 Start REPL 01:15 Require Core.async 01:30 Create a channel 02:20 explain doseq 02:50 Put values onto a channel 03:35 Take values off a channel 03:55 Replace future with thread 04:30 Channel Buffers 05:46 Callback using put! and take! 07:20 Go routines 08:30 Practical core.async example 15:15 Closing a channel using close! 16:45 Shout out to Brazil
Dependencies: https://github.com/clojure/core.async https://clojars.org/hato https://github.com/clojure/data.json
API used: https://reqres.in/ ... https://www.youtube.com/watch?v=9WRI69ykvQ0
87283874 Bytes