1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

rework document for API

This commit is contained in:
Shelikhoo 2021-05-04 21:06:23 +01:00
parent 38f522fb72
commit c66a1678da
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -45,8 +45,8 @@ func toContext(ctx context.Context, v *Instance) context.Context {
return ctx
}
/* ToBackgroundDetachedContext create a detached context from another context
Internal API
/*ToBackgroundDetachedContext create a detached context from another context
Internal API
*/
func ToBackgroundDetachedContext(ctx context.Context) context.Context {
instance := MustFromContext(ctx)