# Functions
GetGoroutineId returns id of invoker goroutine.
GetGoroutineLocal get local context data of invoker goroutine.
Create a Goroutine instance with statement function.
SetGoroutineContext set data to goroutine local .
# Structs
No description provided by the author
# Interfaces
Goroutine is the interface made definition of coroutine.