Skip to content

Commit

Permalink
Can access to teaspoon's thread executor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Minkyu Ko committed Mar 3, 2016
1 parent b94e72e commit 90d4dc8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ public void runOnUiThread(Runnable runnable, int delay) {
public void runOnBackgroundThread(Runnable runnable) {
threadExecutor.submit(runnable);
}

public ExecutorService getThreadExecutor() {
return threadExecutor;
}
}

0 comments on commit 90d4dc8

Please sign in to comment.