ngaro icon indicating copy to clipboard operation
ngaro copied to clipboard

An embeddable implementation of the Ngaro Virtual Machine for Go programs

Results 1 ngaro issues
Sort by recently updated
recently updated
newest added

vm.Option directly set Intsance fields, which is bad, it should use a delegate config structure. With the recent addition of Ticker where using Option would be safe, we need cater...