Juan Manual Martínez de Manzanillo

Juan Manual Martínez de Manzanillo, O.P. (died 1592) was a Roman Catholic prelate who served as Bishop of Coro (1583–1592).[1][2]

Most Reverend

Juan Manual Martínez de Manzanillo
Bishop of Coro
ChurchCatholic Church
DioceseDiocese of Coro
In office1583–1592
PredecessorPedro de Ágreda Sánchez Martín
SuccessorPedro Mártir Palomino
Personal details
Died1592
Coro, Venezuela

Biography

Juan Manual Martínez de Manzanillo was ordained a priest in the Order of Preachers.[1][2] On 23 March 1583, he was appointed during the papacy of Pope Gregory XIII as Bishop of Coro.[1][2] He served as Bishop of Coro until his death on 1 January 1592.[1][2]

gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.

References

  1. Eubel, Konrad (1923). HIERARCHIA CATHOLICA MEDII ET RECENTIORIS AEVI Vol III (second ed.). Münster: Libreria Regensbergiana. p. 330. (in Latin)
  2. Cheney, David M. "Bishop Juan Manual Martínez de Manzanillo, O.P." Catholic-Hierarchy.org. Retrieved March 25, 2018. [self-published]
Catholic Church titles
Preceded by
Pedro de Ágreda Sánchez Martín
Bishop of Coro
1583–1592
Succeeded by
Pedro Mártir Palomino
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.