# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/b3hosca
「Go 工具箱」adrianbrad-queue:一個線程安全的、支持泛型的多種隊列實現庫**
今天給大家推薦一個隊列庫:adrianbrad/queue。該庫實現了多種類型的隊列,包括阻塞隊列、環形隊列、優先級隊列。同時還支持泛型。 該庫是 2022 年才提交的,由於比較新的原因,所以星標也只有 102 個 star。但星標不是衡量該庫唯一的標準。下面我們來看下該庫的具體功能。阻塞隊列首先,該庫實現了阻塞隊列。所謂阻塞隊列的特點就是阻塞。阻塞發生在以下兩個地方:消費者阻塞當消費者從隊列中 ⌘ Read more