mkmarek / unity-sagas

Port of https://github.com/redux-saga/redux-saga to C# for Unity3d coroutines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of features/effects to be implemented

mkmarek opened this issue · comments

List of features/effects to be implemented

  • takeEvery
  • takeLatest
  • throttle
  • take
  • put
  • all
  • race
  • call
  • fork
  • spawn
  • join