robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Async LoadPersistent and SavePersistent #17

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

There should be async versions of these methods for teams to be able to use. In NetworkTables, they should be implemented natively when possible, however on ntcore they will be implemented with Task.Run.

ThadHouse commented 8 years ago

This will also involve a rewrite to storage. I need to get rid of the goto...

ThadHouse commented 8 years ago

Solved by #27