package
Version:
v1.1.10
Opens a new window with list of versions in this module.
Published: May 22, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Set 設定 Ctx 根物件, 當需要使用外部的context來做根物件時, 可用此函式來替換
Ctx context資料
Get 取得 Ctx 根物件, 當使用mizugo框架並且需要使用context時, 應該要由此函式的 Ctx 物件衍生
Cancel 關閉由 Ctx 衍生出來的context, 也包含自身
func (this Ctx) Done() <-chan struct{}
Done 檢查 Ctx 是否完成, 需搭配 select 語法或是 for range 等語法使用
func (this Ctx) WithCancel() Ctx
WithCancel 衍生包含取消功能的 Ctx
WithDeadline 衍生包含期限功能的 Ctx
WithTimeout 衍生包含超時功能的 Ctx
Source Files
¶
Click to show internal directories.
Click to hide internal directories.