# 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/bpcshlq
Go 的調度器是怎麼實現協程中斷的?遠離手撕源碼,用 GIF 動圖告訴你!**
同志們,如今手撕源碼已經過時了,圖解勉勉強強還可以,有的博主都開始 GIF 圖截、動畫解了,對於一個只會寫字兒的號主,我絲毫不慌(假的),準備遠離手撕源碼、多看點文學書,一定要讓你們感覺到我文字的力量(多給你們寫點段子)。今天轉載一個 Go 調度器的 GIF 圖解,以下是正文。光看標題,大家可能不太理解我說的是啥。 我們平時創建一個協程,跑一段邏輯,代碼大概長這樣。package mainimp ⌘ Read more