Show / Hide Table of Contents

Class SimpleThreadDispatcher

Inheritance
object
SimpleThreadDispatcher
Implements
IThreadDispatcher
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Physics.Worlds
Assembly: SlipeServer.Physics.dll
Syntax
public class SimpleThreadDispatcher : IThreadDispatcher, IDisposable

Constructors

| Edit this page View Source

SimpleThreadDispatcher(int)

Declaration
public SimpleThreadDispatcher(int threadCount)
Parameters
Type Name Description
int threadCount

Properties

| Edit this page View Source

ThreadCount

Declaration
public int ThreadCount { get; }
Property Value
Type Description
int

Methods

| Edit this page View Source

DispatchWorkers(Action<int>)

Declaration
public void DispatchWorkers(Action<int> workerBody)
Parameters
Type Name Description
Action<int> workerBody
| Edit this page View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()
| Edit this page View Source

GetThreadMemoryPool(int)

Declaration
public BufferPool GetThreadMemoryPool(int workerIndex)
Parameters
Type Name Description
int workerIndex
Returns
Type Description
BufferPool

Implements

BepuUtilities.IThreadDispatcher
IDisposable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX