aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-19 15:18:24 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-19 15:18:24 -0700
commite2a1bf46f975a47497977a19a556dd9f07ae944a (patch)
tree3637b4ab8651899d4f190194a87dcf2d04a9d34a /gRPC.podspec
parent8093b57a98bfc6b685cb3302e3194f7e2aef14e3 (diff)
parent661ad7fc85b0603c9e554b82851c102b84375074 (diff)
Merge pull request #3726 from dgquintas/iomgr_executor
Introducing grpc_executor, for all your threading needs
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index b491d02c4a..e754484120 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -189,6 +189,7 @@ Pod::Spec.new do |s|
'src/core/iomgr/endpoint.h',
'src/core/iomgr/endpoint_pair.h',
'src/core/iomgr/exec_ctx.h',
+ 'src/core/iomgr/executor.h',
'src/core/iomgr/fd_posix.h',
'src/core/iomgr/iocp_windows.h',
'src/core/iomgr/iomgr.h',
@@ -332,6 +333,7 @@ Pod::Spec.new do |s|
'src/core/iomgr/endpoint_pair_posix.c',
'src/core/iomgr/endpoint_pair_windows.c',
'src/core/iomgr/exec_ctx.c',
+ 'src/core/iomgr/executor.c',
'src/core/iomgr/fd_posix.c',
'src/core/iomgr/iocp_windows.c',
'src/core/iomgr/iomgr.c',
@@ -479,6 +481,7 @@ Pod::Spec.new do |s|
'src/core/iomgr/endpoint.h',
'src/core/iomgr/endpoint_pair.h',
'src/core/iomgr/exec_ctx.h',
+ 'src/core/iomgr/executor.h',
'src/core/iomgr/fd_posix.h',
'src/core/iomgr/iocp_windows.h',
'src/core/iomgr/iomgr.h',