rstudio / platform-lib

Shared Go Libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generics for rsqueue and rscache

jonyoder opened this issue · comments

Interacting with the queue and cache can be difficult since we require type registration and casting. Since Go now supports generics, we should research ways to make these interactions simpler and more elegant.