Skip to content
/ var_mtx Public

Variable value scope mutex for go.

License

Notifications You must be signed in to change notification settings

l4go/var_mtx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l4go/var_mtx ライブラリ

interface{}の値の粒度で排他制御を提供するモジュール群です。
動的に生成される値での細かな粒度の排他制御を簡単に実現するためのライブラリになります。

  • var_mtx.VarMutex
    • 値を粒度とした単純な排他ロックを提供します。
  • var_mtx.VarRWMutex
    • 値を粒度としたRead/Writeロック機構を提供します。

About

Variable value scope mutex for go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages