Golang Digest
2.53K subscribers
164 photos
1 video
190 links
Everything about Go: news, articles, tools, language changes, etc.

#go #golang #concurrency #postgres #database #db
Download Telegram
River - fast and reliable background tasks in Go

The library allows for easy and simple setup of task queues: create a structure, write a Work() method where you describe what the task will do, and launch the server. Then, from anywhere in your program, you can send new tasks that will be executed in the background right away.

Library link

#go #library
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥3👍21